blob: f4b08951546c353bd1efd62a4de1bbdea3528848 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "X Window System unified protocol definitions"
2DESCRIPTION = "This package provides the headers and specification documents defining \
3the core protocol and (many) extensions for the X Window System"
4HOMEPAGE = "http://www.x.org"
5BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
6
7SECTION = "x11/libs"
8LICENSE = "MIT-style"
William A. Kennington IIIac69b482021-06-02 12:28:27 -07009LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2"
William A. Kennington IIIac69b482021-06-02 12:28:27 -070012SRC_URI[sha256sum] = "0bce7d4fe800dcb5581cc59a99946c12e6e0be292636544221ec73e96f1a28ed"
Andrew Geissler82c905d2020-04-13 13:39:40 -050013
14inherit meson
15
16PACKAGECONFIG ??= ""
17PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false"
18
19# Datadir only used to install pc files, $datadir/pkgconfig
20datadir="${libdir}"
21# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
22RDEPENDS_${PN}-dev = ""
23RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
24
25BBCLASSEXTEND = "native nativesdk"