42a28105f1
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
470 B
Makefile
13 lines
470 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xgamma -- Alter a monitor's gamma correction through the X server
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XGAMMA_VERSION = 1.0.3
|
|
XAPP_XGAMMA_SOURCE = xgamma-$(XAPP_XGAMMA_VERSION).tar.bz2
|
|
XAPP_XGAMMA_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XGAMMA_DEPENDENCIES = xlib_libXxf86vm
|
|
|
|
$(eval $(call AUTOTARGETS))
|