mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
This should help keep libx11 and libx11-diet in sync by throwing an error when building (From OE-Core rev: 5d5434e77c60faa78f15c99714e34221d154617b) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
39 lines
1.2 KiB
PHP
39 lines
1.2 KiB
PHP
SUMMARY = "Xlib: C Language X Interface library"
|
|
|
|
DESCRIPTION = "This package provides a client interface to the X Window \
|
|
System, otherwise known as 'Xlib'. It provides a complete API for the \
|
|
basic functions of the window system."
|
|
|
|
require xorg-lib-common.inc
|
|
|
|
FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:"
|
|
|
|
PE = "1"
|
|
|
|
SRC_URI[md5sum] = "034fdd6cc5393974d88aec6f5bc96162"
|
|
SRC_URI[sha256sum] = "910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348"
|
|
|
|
PROVIDES = "virtual/libx11"
|
|
|
|
XORG_PN = "libX11"
|
|
LICENSE = "MIT & MIT-style & BSD"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
|
|
|
|
DEPENDS += "xorgproto xtrans libxcb"
|
|
DEPENDS += "xorgproto-native"
|
|
|
|
EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont"
|
|
EXTRA_OEMAKE += 'CWARNFLAGS=""'
|
|
|
|
PACKAGECONFIG ??= "xcms"
|
|
PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms"
|
|
|
|
# src/util/makekeys is built natively but needs -D_GNU_SOURCE defined.
|
|
CPPFLAGS_FOR_BUILD += "-D_GNU_SOURCE"
|
|
|
|
PACKAGES =+ "${PN}-xcb"
|
|
|
|
FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt"
|
|
FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*"
|
|
FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale"
|