+++ /dev/null
-DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
-
-SECTION = "x11/applications"
-LICENSE = "MIT-X"
-S="${WORKDIR}/xkbcomp-${PV}"
-
-DEPENDS = "libx11-native libxkbfile-native"
-
-SRC_URI = "${XORG_MIRROR}/individual/app/xkbcomp-${PV}.tar.bz2"
-
-inherit native autotools pkgconfig
DESCRIPTION = "The X Keyboard Extension essentially replaces the core protocol definition of keyboard."
-DEPENDS += " virtual/libx11 libxkbfile"
+DEPENDS += "libxkbfile"
+
+BBCLASSEXTEND = "native"
LICENSE = "MIT-X"
DEPENDS = "util-macros-native virtual/libx11"
-XORG_PN = "${PN}"
+XORG_PN = "${BPN}"
SRC_URI = "${XORG_MIRROR}/individual/app/${XORG_PN}-${PV}.tar.bz2"
require libx11_${PV}.bb
DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native"
-PROVIDES = ""
+PROVIDES = "virtual/libx11-native"
inherit native
RDEPENDS_${PN}-dev = ""
-XORG_PN = "xtrans"
-
BBCLASSEXTEND = "native sdk"
PR = "r1"
PE = "1"
-XORG_PN = "bigreqsproto"
-
BBCLASSEXTEND = "native sdk"
CONFLICTS = "compositeext"
PE = "1"
-
-XORG_PN = "compositeproto"
CONFLICTS = "damageext"
PR = "r1"
PE = "1"
-
-XORG_PN = "damageproto"
CONFLICTS = "fixesext"
PR = "r1"
PE = "1"
-
-XORG_PN = "fixesproto"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"
S = "${WORKDIR}/git"
-XORG_PN = "inputproto"
-
BBCLASSEXTEND = "native sdk"
PR = "r1"
PE = "1"
-XORG_PN = "kbproto"
-
BBCLASSEXTEND = "native sdk"
+++ /dev/null
-require randrproto_${PV}.bb
-
-inherit sdk
PR = "r1"
PE = "1"
-XORG_PN = "randrproto"
+BBCLASSEXTEND = "sdk"
+++ /dev/null
-require renderproto_${PV}.bb
-
-inherit sdk
PR = "r1"
PE = "1"
-XORG_PN = "renderproto"
+BBCLASSEXTEND = "sdk"
PR = "r1"
PE = "1"
-XORG_PN = "xcmiscproto"
-
BBCLASSEXTEND = "native sdk"
PR = "r2"
PE = "1"
-XORG_PN = "xextproto"
-
BBCLASSEXTEND = "native sdk"
PR = "r1"
PE = "1"
-XORG_PN = "xf86bigfontproto"
-
BBCLASSEXTEND = "native sdk"
PR = "r1"
PE = "1"
-XORG_PN = "xproto"
-
BBCLASSEXTEND = "native sdk"
-
SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
-XORG_PN = "util-macros"
-
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
RDEPENDS_${PN}-dev = ""
RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})"