xapp_xbacklight: needs libXrandr/Xrender
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a82675239c
commit
73a1f4ba5f
2
CHANGES
2
CHANGES
@ -43,7 +43,7 @@
|
||||
shared-mime-info, speex, sqlite, squashfs, strace, sylpheed,
|
||||
taglib, tcpdump, thttpd, tiff, tn5250, udev, udpcast,
|
||||
usbmount, usbutils, vsftpd, vtun, which, wpa_supplicant,
|
||||
xapp_twm,
|
||||
xapp_twm, xapp_xbacklight,
|
||||
xdriver_xf86-input-{acecad,aiptek,evdev,joystick,keyboard},
|
||||
xdriver-xf86-input-{mouse,synaptics,vmmouse,void},
|
||||
xdriver-xf86-video-{apm,ark,ast,ati,chips,cirrus,dummy,fbdev},
|
||||
|
@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_XAPP_XBACKLIGHT
|
||||
bool "xbacklight"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXRANDR
|
||||
select BR2_PACKAGE_XLIB_LIBXRENDER
|
||||
help
|
||||
xbacklight
|
||||
|
@ -8,6 +8,6 @@ XAPP_XBACKLIGHT_VERSION = 1.1.1
|
||||
XAPP_XBACKLIGHT_SOURCE = xbacklight-$(XAPP_XBACKLIGHT_VERSION).tar.bz2
|
||||
XAPP_XBACKLIGHT_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XBACKLIGHT_AUTORECONF = NO
|
||||
XAPP_XBACKLIGHT_DEPENDENCIES = xlib_libX11
|
||||
XAPP_XBACKLIGHT_DEPENDENCIES = xlib_libX11 xlib_libXrandr xlib_libXrender
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/x11r7,xapp_xbacklight))
|
||||
|
Loading…
Reference in New Issue
Block a user