xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/xorg-app-common.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "X application"
2HOMEPAGE = "http://www.x.org/"
3BUGTRACKER = "https://bugs.freedesktop.org"
4SECTION = "x11/apps"
5LICENSE = "MIT"
6DEPENDS = "util-macros-native virtual/libx11"
7
8# depends on virtual/libx11
9REQUIRED_DISTRO_FEATURES = "x11"
10
11SRC_URI_EXT = "bz2"
12SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.${SRC_URI_EXT}"
13
14inherit autotools pkgconfig features_check
15
16FILES:${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/"
17