42a28105f1
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
479 B
Makefile
13 lines
479 B
Makefile
################################################################################
|
|
#
|
|
# xapp_backlight -- xbacklight
|
|
#
|
|
################################################################################
|
|
|
|
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_DEPENDENCIES = xlib_libX11 xlib_libXrandr xlib_libXrender
|
|
|
|
$(eval $(call AUTOTARGETS))
|