diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xorgproto_2021.3.bb')
| -rw-r--r-- | meta/recipes-graphics/xorg-proto/xorgproto_2021.3.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2021.3.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2021.3.bb new file mode 100644 index 0000000000..fa0c69af1f --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xorgproto_2021.3.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | SUMMARY = "X Window System unified protocol definitions" | ||
| 2 | DESCRIPTION = "This package provides the headers and specification documents defining \ | ||
| 3 | the core protocol and (many) extensions for the X Window System" | ||
| 4 | HOMEPAGE = "http://www.x.org" | ||
| 5 | BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | ||
| 6 | |||
| 7 | SECTION = "x11/libs" | ||
| 8 | LICENSE = "MIT-style" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56" | ||
| 10 | |||
| 11 | SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2" | ||
| 12 | SRC_URI[sha256sum] = "4c732b14fc7c7db64306374d9e8386d6172edbb93f587614df1938b9d9b9d737" | ||
| 13 | |||
| 14 | inherit meson | ||
| 15 | |||
| 16 | PACKAGECONFIG ??= "" | ||
| 17 | PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false" | ||
| 18 | |||
| 19 | # Datadir only used to install pc files, $datadir/pkgconfig | ||
| 20 | datadir="${libdir}" | ||
| 21 | # ${PN} is empty so we need to tweak -dev and -dbg package dependencies | ||
| 22 | RDEPENDS_${PN}-dev = "" | ||
| 23 | RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native nativesdk" | ||
