mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
(From OE-Core rev: 1cf0245344ce272e7330cfe1b04a0ed7bd18e8f5) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
478 B
PHP
20 lines
478 B
PHP
SUMMARY = "X application"
|
|
HOMEPAGE = "http://www.x.org/"
|
|
BUGTRACKER = "https://bugs.freedesktop.org"
|
|
SECTION = "x11/apps"
|
|
LICENSE = "MIT-X"
|
|
DEPENDS = "util-macros-native virtual/libx11"
|
|
|
|
# depends on virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
INC_PR = "r8"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/app/${BPN}-${PV}.tar.bz2"
|
|
|
|
S = "${WORKDIR}/${BPN}-${PV}"
|
|
|
|
inherit autotools pkgconfig distro_features_check
|
|
|
|
FILES_${PN} += " ${libdir}/X11/${BPN} ${datadir}/X11/app-defaults/"
|