diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.bb new file mode 100644 index 0000000000..94d37c56bc --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/xorgproto_2023.2.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" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=0b9fe3db4015bcbe920e7c67a39ee3f1" | ||
10 | |||
11 | SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.xz" | ||
12 | SRC_URI[sha256sum] = "b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c" | ||
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 | DEV_PKG_DEPENDENCY = "" | ||
23 | RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" | ||
24 | |||
25 | BBCLASSEXTEND = "native nativesdk" | ||