blob: 8edb4596ad46f9d063845b79d34080ae95bcd4ac [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"
8LICENSE = "MIT-style"
9LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=dfc4bd2b0568b31725b85b0604e69b56"
10
11SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2"
12SRC_URI[sha256sum] = "aa2f663b8dbd632960b24f7477aa07d901210057f6ab1a1db5158732569ca015"
13
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"