blob: 1780e78c562833d270e723b645b8f77926e2dba3 [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"
Andrew Geissler09036742021-06-25 14:25:14 -050012SRC_URI[sha256sum] = "c38878053179c6f8bc2daeeeeb4710b5fbf0e46db5b3134aee4a1977ffb06e7a"
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
Patrick Williams213cb262021-08-07 19:21:33 -050022RDEPENDS:${PN}-dev = ""
23RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
Andrew Geissler82c905d2020-04-13 13:39:40 -050024
25BBCLASSEXTEND = "native nativesdk"