xref: /openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xorg-app-common.inc (revision 03907ee1b9e938b9ce87f4d781c905c2a41592c2)
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