blob: a1e852b9eb17ba4b69e65867f2408aa3a837f992 [file] [log] [blame]
Andrew Geisslereff27472021-10-29 15:35:00 -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"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00008LICENSE = "MIT"
Andrew Geisslereff27472021-10-29 15:35:00 -05009LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56"
10
11SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2"
Andrew Geisslerd5838332022-05-27 11:33:10 -050012SRC_URI[sha256sum] = "1d2dcc66963f234d2c1e1f8d98a0d3e8725149cdac0a263df4097593c48bc2a6"
Andrew Geisslereff27472021-10-29 15:35:00 -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
Andrew Geissler615f2f12022-07-15 14:00:58 -050022DEV_PKG_DEPENDENCY = ""
Andrew Geisslereff27472021-10-29 15:35:00 -050023RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
24
25BBCLASSEXTEND = "native nativesdk"