summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb16
1 files changed, 14 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb
index 8acbe895aa..fb3f3aed3d 100644
--- a/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb
+++ b/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb
@@ -1,14 +1,26 @@
1require xorg-proto-common.inc
2 1
3SUMMARY = "X Window System unified protocol definitions" 2SUMMARY = "X Window System unified protocol definitions"
4
5DESCRIPTION = "This package provides the headers and specification documents defining \ 3DESCRIPTION = "This package provides the headers and specification documents defining \
6the core protocol and (many) extensions for the X Window System" 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 7
8SECTION = "x11/libs"
8LICENSE = "MIT-style" 9LICENSE = "MIT-style"
9LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=b9e051107d5628966739a0b2e9b32676" 10LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=b9e051107d5628966739a0b2e9b32676"
10 11
12SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.bz2 \
13 file://legacy.patch"
11SRC_URI[md5sum] = "a02dcaff48b4141b949ac99dfc344d86" 14SRC_URI[md5sum] = "a02dcaff48b4141b949ac99dfc344d86"
12SRC_URI[sha256sum] = "46ecd0156c561d41e8aa87ce79340910cdf38373b759e737fcbba5df508e7b8e" 15SRC_URI[sha256sum] = "46ecd0156c561d41e8aa87ce79340910cdf38373b759e737fcbba5df508e7b8e"
13 16
17inherit meson
18
19PACKAGECONFIG ??= ""
20PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false"
21
22# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
23RDEPENDS_${PN}-dev = ""
24RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
25
14BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"