Commit 73a1f4ba authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

xapp_xbacklight: needs libXrandr/Xrender

parent a8267523
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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},
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_XAPP_XBACKLIGHT
	bool "xbacklight"
	select BR2_PACKAGE_XLIB_LIBX11
	select BR2_PACKAGE_XLIB_LIBXRANDR
	select BR2_PACKAGE_XLIB_LIBXRENDER
	help
	  xbacklight
+1 −1
Original line number Diff line number Diff line
@@ -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))