mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
License-Update: remove " All rights reserved." from Copyright (From OE-Core rev: 00ef3027fc2dd26399f7f018c28a99fde06fe67f) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
936 B
BlitzBasic
26 lines
936 B
BlitzBasic
SUMMARY = "X Window System unified protocol definitions"
|
|
DESCRIPTION = "This package provides the headers and specification documents defining \
|
|
the core protocol and (many) extensions for the X Window System"
|
|
HOMEPAGE = "http://www.x.org"
|
|
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
|
|
|
|
SECTION = "x11/libs"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://COPYING-x11proto;md5=0b9fe3db4015bcbe920e7c67a39ee3f1"
|
|
|
|
SRC_URI = "${XORG_MIRROR}/individual/proto/${BP}.tar.xz"
|
|
SRC_URI[sha256sum] = "b61fbc7db82b14ce2dc705ab590efc32b9ad800037113d1973811781d5118c2c"
|
|
|
|
inherit meson
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false"
|
|
|
|
# Datadir only used to install pc files, $datadir/pkgconfig
|
|
datadir="${libdir}"
|
|
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
|
|
DEV_PKG_DEPENDENCY = ""
|
|
RRECOMMENDS:${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|