blob: 588df2aa2e642eebcfc62c11157c01e69ef3230c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
#
# xapp_rgb -- uncompile an rgb color-name database
#
################################################################################
XAPP_RGB_VERSION = 1.0.1
XAPP_RGB_SOURCE = rgb-$(XAPP_RGB_VERSION).tar.bz2
XAPP_RGB_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_RGB_AUTORECONF = YES
XAPP_RGB_DEPENDENCIES = xproto_xproto
$(eval $(call AUTOTARGETS,xapp_rgb))
|