300f9c9c9d
Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
599 B
Makefile
16 lines
599 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xkbcomp -- compile XKB keyboard description
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XKBCOMP_VERSION = 1.1.1
|
|
XAPP_XKBCOMP_SOURCE = xkbcomp-$(XAPP_XKBCOMP_VERSION).tar.bz2
|
|
XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XKBCOMP_AUTORECONF = NO
|
|
XAPP_XKBCOMP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
|
|
HOST_XAPP_XKBCOMP_DEPENDENCIES = host-xlib_libX11 host-xlib_libxkbfile
|
|
|
|
$(eval $(call AUTOTARGETS))
|
|
$(eval $(call AUTOTARGETS,host))
|