mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Enable libinput support in xfce4-settings on FreeBSD 12 and 13 via
option turned on by default. PR: 251742 Submitted by: wulf
This commit is contained in:
parent
4c9aa676c0
commit
936c845b9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557846
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= xfce4-settings
|
||||
PORTVERSION= 4.14.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils xfce
|
||||
MASTER_SITES= XFCE
|
||||
DIST_SUBDIR= xfce4
|
||||
@ -24,17 +25,20 @@ USE_XFCE= garcon libexo xfconf
|
||||
USE_XORG= xorgproto x11 xcursor xi xrandr
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-xorg-libinput \
|
||||
--enable-pluggable-dialogs
|
||||
CONFIGURE_ARGS= --enable-pluggable-dialogs
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
OPTIONS_DEFINE= NOTIFY NLS UPOWER
|
||||
OPTIONS_DEFINE= NOTIFY NLS UPOWER LIBINPUT
|
||||
OPTIONS_DEFAULT= NOTIFY
|
||||
OPTIONS_SUB= yes
|
||||
OPTIONS_DEFAULT_FreeBSD_12= LIBINPUT
|
||||
OPTIONS_DEFAULT_FreeBSD_13= LIBINPUT
|
||||
OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
|
||||
|
||||
UPOWER_DESC= Power management tasks
|
||||
LIBINPUT_DESC= Libinput support
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
NLS_USES= gettext-runtime
|
||||
@ -45,6 +49,9 @@ NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
||||
UPOWER_CONFIGURE_ENABLE= upower-glib
|
||||
UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower
|
||||
|
||||
LIBINPUT_BUILD_DEPENDS= ${LOCALBASE}/include/xorg/libinput-properties.h:x11-drivers/xf86-input-libinput
|
||||
LIBINPUT_CONFIGURE_ENABLE= xorg-libinput
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-debug=yes
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user