mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
meta-moblin/xorg-app: Add missing include file
This commit is contained in:
19
meta-moblin/packages/xorg-app/xorg-app-common.inc
Normal file
19
meta-moblin/packages/xorg-app/xorg-app-common.inc
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
DESCRIPTION = "X application"
|
||||||
|
HOMEPAGE = "http://www.x.org/"
|
||||||
|
SECTION = "x11/apps"
|
||||||
|
LICENSE = "MIT-X"
|
||||||
|
DEPENDS = "util-macros-native virtual/libx11"
|
||||||
|
|
||||||
|
XORG_PN = "${PN}"
|
||||||
|
|
||||||
|
SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||||
|
|
||||||
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
do_stage() {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
|
|
||||||
|
FILES_${PN} += " /usr/lib/X11/${XORG_PN}"
|
||||||
Reference in New Issue
Block a user