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