kumquat-buildroot/package/x11r7/xapp_xgamma/xapp_xgamma.mk
Peter Korsgaard ca4f4e3200 xapp_xgamma: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-22 21:34:57 +02:00

13 lines
471 B
Makefile

################################################################################
#
# xapp_xgamma -- Alter a monitor's gamma correction through the X server
#
################################################################################
XAPP_XGAMMA_VERSION = 1.0.4
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 $(autotools-package))