a7e49eb2af
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
14 lines
511 B
Makefile
14 lines
511 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xgamma -- Alter a monitor's gamma correction through the X server
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XGAMMA_VERSION = 1.0.1
|
|
XAPP_XGAMMA_SOURCE = xgamma-$(XAPP_XGAMMA_VERSION).tar.bz2
|
|
XAPP_XGAMMA_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XGAMMA_AUTORECONF = YES
|
|
XAPP_XGAMMA_DEPENDANCIES = xlib_libXxf86vm
|
|
|
|
$(eval $(call AUTOTARGETS,xapp_xgamma))
|