Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "Xlib: C Language X Interface library" |
| 2 | |
| 3 | DESCRIPTION = "This package provides a client interface to the X Window \ |
| 4 | System, otherwise known as 'Xlib'. It provides a complete API for the \ |
| 5 | basic functions of the window system." |
| 6 | |
| 7 | require xorg-lib-common.inc |
| 8 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 9 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/libx11:" |
| 10 | |
| 11 | PE = "1" |
| 12 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 13 | SRC_URI[md5sum] = "034fdd6cc5393974d88aec6f5bc96162" |
| 14 | SRC_URI[sha256sum] = "910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348" |
| 15 | |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 16 | PROVIDES = "virtual/libx11" |
| 17 | |
| 18 | XORG_PN = "libX11" |
| 19 | LICENSE = "MIT & MIT-style & BSD" |
| 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" |
| 21 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 22 | DEPENDS += "xorgproto xtrans libxcb" |
| 23 | DEPENDS += "xorgproto-native" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 24 | |
| 25 | EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont" |
| 26 | EXTRA_OEMAKE += 'CWARNFLAGS=""' |
| 27 | |
| 28 | PACKAGECONFIG ??= "xcms" |
| 29 | PACKAGECONFIG[xcms] = "--enable-xcms,--disable-xcms" |
| 30 | |
| 31 | # src/util/makekeys is built natively but needs -D_GNU_SOURCE defined. |
| 32 | CPPFLAGS_FOR_BUILD += "-D_GNU_SOURCE" |
| 33 | |
| 34 | PACKAGES =+ "${PN}-xcb" |
| 35 | |
| 36 | FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${datadir}/X11/Xcms.txt" |
| 37 | FILES_${PN}-xcb += "${libdir}/libX11-xcb.so.*" |
| 38 | FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" |