FreeBSD Bugzilla – Attachment 237215 Details for
Bug 266969
devel/sdl20: enable libdecor support after 2.0.16 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug266969.diff (text/plain), 1.96 KB, created by
Jan Beich
on 2022-10-11 14:17:34 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2022-10-11 14:17:34 UTC
Size:
1.96 KB
patch
obsolete
>From d07adc58a0698dd191f57e798005b55c475b117c Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Tue, 11 Oct 2022 13:47:39 +0000 >Subject: [PATCH] devel/sdl20: enable libdecor support after 9cb3316ecd20 > >PR: 266969 >Approved by: amdmi3 (maintainer) >--- > devel/sdl20/Makefile | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile >index 6e8c2c390ba6..0265c1764351 100644 >--- a/devel/sdl20/Makefile >+++ b/devel/sdl20/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= sdl2 > DISTVERSION= 2.24.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= https://www.libsdl.org/release/ > DISTNAME= SDL2-${PORTVERSION} >@@ -53,13 +53,13 @@ MAKE_ENV= V=1 > > PORTSCOUT= limitw:1,even > >-OPTIONS_DEFINE= ASM DBUS FCITX IBUS JOYSTICK HIDAPI PTHREADS \ >+OPTIONS_DEFINE= ASM CSD DBUS FCITX IBUS JOYSTICK HIDAPI PTHREADS \ > SAMPLERATE UDEV > OPTIONS_GROUP= AUDIO VIDEO > OPTIONS_GROUP_AUDIO= ALSA JACK NAS OSS PIPEWIRE PULSEAUDIO SNDIO > OPTIONS_GROUP_VIDEO= KMSDRM OPENGL OPENGLES1 OPENGLES2 VULKAN \ > WAYLAND X11 >-OPTIONS_DEFAULT= ASM JOYSTICK OSS PTHREADS KMSDRM OPENGL \ >+OPTIONS_DEFAULT= ASM CSD JOYSTICK OSS PTHREADS KMSDRM OPENGL \ > OPENGLES1 OPENGLES2 VULKAN WAYLAND X11 > OPTIONS_DEFINE_powerpc= ALTIVEC > OPTIONS_DEFINE_powerpc64= ALTIVEC >@@ -69,6 +69,7 @@ OPTIONS_DEFAULT_powerpc64= ALTIVEC > AUDIO_DESC= Audio drivers > VIDEO_DESC= Video drivers > >+CSD_DESC= Client-side decorations via libdecor > JOYSTICK_DESC= Joystick and haptic support > HIDAPI_DESC= Use HIDAPI for low level joystick drivers > PIPEWIRE_DESC= Pipewire sound server support >@@ -88,6 +89,8 @@ ALTIVEC_CONFIGURE_ENABLE= altivec > ALSA_CONFIGURE_ENABLE= alsa alsa-shared > ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib > ASM_CONFIGURE_ENABLE= assembly >+CSD_BUILD_DEPENDS= libdecor>0:x11-toolkits/libdecor >+CSD_CONFIGURE_ENABLE= libdecor libdecor-shared > HIDAPI_CONFIGURE_ENABLE= hidapi > HIDAPI_IMPLIES= JOYSTICK > JACK_CONFIGURE_ENABLE= jack jack-shared
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266969
:
237215
|
237652