mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
xorg: Replace depreciated *proto depends with xorgproto
This completes the transition to xorgproto. (From OE-Core rev: 9d236bd40ef8598c78c1ea807d658467700505e2) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e2b37c8661
commit
4ba923dbac
@@ -47,7 +47,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'wayland vulkan', d)} \
|
||||
# "gbm" requires "dri", "opengl"
|
||||
PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm"
|
||||
|
||||
X11_DEPS = "xf86driproto glproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
|
||||
X11_DEPS = "xorgproto virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
|
||||
# "x11" requires "opengl"
|
||||
PACKAGECONFIG[x11] = "--enable-glx-tls,--disable-glx,${X11_DEPS}"
|
||||
PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc"
|
||||
@@ -57,8 +57,8 @@ DRIDRIVERS = "swrast"
|
||||
DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915"
|
||||
DRIDRIVERS_append_x86-64 = ",radeon,r200,nouveau,i965,i915"
|
||||
# "dri" requires "opengl"
|
||||
PACKAGECONFIG[dri] = "--enable-dri --with-dri-drivers=${DRIDRIVERS}, --disable-dri, dri2proto libdrm"
|
||||
PACKAGECONFIG[dri3] = "--enable-dri3, --disable-dri3, dri3proto presentproto libxshmfence"
|
||||
PACKAGECONFIG[dri] = "--enable-dri --with-dri-drivers=${DRIDRIVERS}, --disable-dri, xorgproto libdrm"
|
||||
PACKAGECONFIG[dri3] = "--enable-dri3, --disable-dri3, xorgproto libxshmfence"
|
||||
|
||||
# Vulkan drivers need dri3 enabled
|
||||
# radeon could be enabled as well but requires gallium-llvm with llvm >= 3.9
|
||||
|
||||
@@ -8,7 +8,7 @@ font name (XLFD) is generated, and is written together with the file \
|
||||
name to a file fonts.scale in the directory. The resulting fonts.scale \
|
||||
is used by the mkfontdir program."
|
||||
|
||||
DEPENDS = "util-macros-native zlib libfontenc freetype xproto"
|
||||
DEPENDS = "util-macros-native zlib libfontenc freetype xorgproto"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ to RGB values (rgb.txt) and, if configured to use a database for color \
|
||||
lookup, the rgb program to convert the text file into the binary database \
|
||||
format."
|
||||
|
||||
DEPENDS += " xproto util-macros"
|
||||
DEPENDS += " xorgproto util-macros"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a"
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ LICENSE = "MIT"
|
||||
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "libxrandr xproto"
|
||||
DEPENDS += "libxrandr xorgproto"
|
||||
|
||||
SRC_URI += "file://diet-x11.patch"
|
||||
|
||||
|
||||
@@ -28,9 +28,9 @@ DEPENDS += "virtual/libx11 drm libpciaccess pixman"
|
||||
PACKAGECONFIG ??= "xvmc uxa udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri1 dri2', '', d)}"
|
||||
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri"
|
||||
PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1,xf86driproto"
|
||||
PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,dri2proto"
|
||||
PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto"
|
||||
PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1,xorgproto"
|
||||
PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,xorgproto"
|
||||
PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,xorgproto"
|
||||
PACKAGECONFIG[sna] = "--enable-sna,--disable-sna"
|
||||
PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa"
|
||||
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
|
||||
|
||||
@@ -22,7 +22,7 @@ omapdrm kernel driver w/ GEM support. \
|
||||
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
|
||||
DEPENDS += "virtual/libx11 libdrm xf86driproto"
|
||||
DEPENDS += "virtual/libx11 libdrm xorgproto"
|
||||
|
||||
SRC_URI[md5sum] = "3b8ea5e8fba63355c0dc6681c49d5fe5"
|
||||
SRC_URI[sha256sum] = "93e7d42107521e61f61980eaea64fb452e87b7b94272e48938ac8d904ccfab5a"
|
||||
|
||||
@@ -9,7 +9,7 @@ can drive most VESA-compatible video cards, but only makes use of the \
|
||||
basic standard VESA core that is common to these cards. The driver \
|
||||
supports depths 8, 15 16 and 24."
|
||||
|
||||
DEPENDS += "virtual/libx11 randrproto libpciaccess"
|
||||
DEPENDS += "virtual/libx11 xorgproto libpciaccess"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ DESCRIPTION = "vmware is an Xorg driver for VMware virtual video cards."
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5fcd7d437a959a15fbee8707747c6b53"
|
||||
|
||||
DEPENDS += "virtual/libx11 xineramaproto videoproto libpciaccess"
|
||||
DEPENDS += "virtual/libx11 xorgproto libpciaccess"
|
||||
|
||||
SRC_URI += "file://0002-add-option-for-vmwgfx.patch"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LICENSE = "MIT-X"
|
||||
PE = "2"
|
||||
INC_PR = "r21"
|
||||
|
||||
DEPENDS = "virtual/xserver xproto randrproto util-macros"
|
||||
DEPENDS = "virtual/xserver xorgproto util-macros"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/driver/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require xorg-driver-common.inc
|
||||
|
||||
DEPENDS += "inputproto kbproto "
|
||||
DEPENDS += "xorgproto"
|
||||
|
||||
python add_xorg_abi_depends() {
|
||||
_add_xorg_abi_depends(d, "input")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require xorg-driver-common.inc
|
||||
|
||||
DEPENDS =+ "renderproto videoproto xextproto fontsproto"
|
||||
DEPENDS =+ "xorgproto"
|
||||
|
||||
python add_xorg_abi_depends() {
|
||||
_add_xorg_abi_depends(d, "video")
|
||||
|
||||
@@ -11,7 +11,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a3c3499231a8035efd0e004cfbd3b72a \
|
||||
file://src/dmx.c;endline=33;md5=c43f19af03c7c8619cadc9724ed9afe1"
|
||||
|
||||
DEPENDS += "libxext dmxproto"
|
||||
DEPENDS += "libxext xorgproto"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
|
||||
|
||||
DEPENDS += "zlib xproto font-util"
|
||||
DEPENDS += "zlib xorgproto font-util"
|
||||
PE = "1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -11,7 +11,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d162b1b3c6fa812da9d804dcf8584a93"
|
||||
|
||||
DEPENDS += "xproto xtrans"
|
||||
DEPENDS += "xorgproto xtrans"
|
||||
PROVIDES = "ice"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -11,7 +11,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb37f44e02bdbde80546024400728d"
|
||||
|
||||
DEPENDS += "libice xproto xtrans"
|
||||
DEPENDS += "libice xorgproto xtrans"
|
||||
|
||||
# libSM can work without libuuid, we explicitly disable it to break the following circular dependency
|
||||
# when DISTRO_FEATURES contains 'systemd' and 'x11'.
|
||||
|
||||
@@ -18,8 +18,8 @@ XORG_PN = "libX11"
|
||||
LICENSE = "MIT & MIT-style & BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
|
||||
|
||||
DEPENDS += "xproto xextproto xtrans libxcb kbproto inputproto"
|
||||
DEPENDS += "xproto-native"
|
||||
DEPENDS += "xorgproto xtrans libxcb"
|
||||
DEPENDS += "xorgproto-native"
|
||||
|
||||
EXTRA_OECONF += "--with-keysymdefdir=${STAGING_INCDIR}/X11/ --disable-xf86bigfont"
|
||||
EXTRA_OEMAKE += 'CWARNFLAGS=""'
|
||||
|
||||
@@ -11,7 +11,7 @@ inherit gettext
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec"
|
||||
|
||||
DEPENDS += " xproto"
|
||||
DEPENDS += " xorgproto"
|
||||
PROVIDES = "xau"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -9,7 +9,7 @@ LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f370f153d7 \
|
||||
file://xcalibrate.c;endline=21;md5=fa572df6439f0f235f2612f370f153d7"
|
||||
|
||||
DEPENDS = "virtual/libx11 calibrateproto libxext"
|
||||
DEPENDS = "virtual/libx11 xorgproto libxext"
|
||||
|
||||
SRCREV = "209d83af61ed38a002c8096377deac292b3e396c"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
|
||||
@@ -20,7 +20,7 @@ SRC_URI[sha256sum] = "188c8752193c50ff2dbe89db4554c63df2e26a2e47b0fa415a70918b5b
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
DEPENDS = "xcb-proto xproto libxau libpthread-stubs libxdmcp"
|
||||
DEPENDS = "xcb-proto xorgproto libxau libpthread-stubs libxdmcp"
|
||||
|
||||
PACKAGES_DYNAMIC = "^libxcb-.*"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1"
|
||||
|
||||
DEPENDS += " compositeproto virtual/libx11 libxfixes libxext"
|
||||
DEPENDS += " xorgproto virtual/libx11 libxfixes libxext"
|
||||
PROVIDES = "xcomposite"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868"
|
||||
|
||||
DEPENDS += "virtual/libx11 damageproto libxfixes"
|
||||
DEPENDS += "virtual/libx11 xorgproto libxfixes"
|
||||
PROVIDES = "xdamage"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ inherit gettext
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d559fb26e129626022e052a5e6e0e123"
|
||||
|
||||
DEPENDS += "xproto"
|
||||
DEPENDS += "xorgproto"
|
||||
PROVIDES = "xdmcp"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -13,7 +13,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=879ce266785414bd1cbc3bc2f4d9d7c8"
|
||||
|
||||
DEPENDS += "xproto virtual/libx11 xextproto"
|
||||
DEPENDS += "xorgproto virtual/libx11"
|
||||
PROVIDES = "xext"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0"
|
||||
|
||||
DEPENDS += "virtual/libx11 xproto fixesproto xextproto"
|
||||
DEPENDS += "virtual/libx11 xorgproto"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT & MIT-style & BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
|
||||
|
||||
DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
|
||||
DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
|
||||
|
||||
XORG_PN = "libXfont2"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT & MIT-style & BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
|
||||
|
||||
DEPENDS += "freetype xtrans fontsproto libfontenc zlib"
|
||||
DEPENDS += "freetype xtrans xorgproto libfontenc zlib"
|
||||
PROVIDES = "xfont"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -11,7 +11,7 @@ LICENSE = "MIT & MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
|
||||
file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f"
|
||||
|
||||
DEPENDS += "libxext inputproto libxfixes"
|
||||
DEPENDS += "libxext xorgproto libxfixes"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6f4f634d1643a2e638bba3fcd19c2536 \
|
||||
file://src/Xinerama.c;beginline=2;endline=25;md5=fcef273bfb66339256411dd06ea79c02"
|
||||
|
||||
DEPENDS += "libxext xineramaproto"
|
||||
DEPENDS += "libxext xorgproto"
|
||||
PROVIDES = "xinerama"
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8be7367f7e5d605a426f76bb37d4d61f"
|
||||
|
||||
DEPENDS += "virtual/libx11 kbproto"
|
||||
DEPENDS += "virtual/libx11 xorgproto"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c9d1a2118a6cd5727521db8e7a2fee69"
|
||||
|
||||
DEPENDS += "virtual/libx11 randrproto libxrender libxext"
|
||||
DEPENDS += "virtual/libx11 xorgproto libxrender libxext"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196"
|
||||
|
||||
DEPENDS += "virtual/libx11 renderproto xproto"
|
||||
DEPENDS += "virtual/libx11 xorgproto"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8c89441a8df261bdc56587465e13c7fa"
|
||||
|
||||
DEPENDS += "libxext resourceproto"
|
||||
DEPENDS += "libxext xorgproto"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ image is to be displayed and to provide the graphics."
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=21fd154ee757813632ada871a34113fb"
|
||||
|
||||
DEPENDS += "libxext scrnsaverproto"
|
||||
DEPENDS += "libxext xorgproto"
|
||||
PROVIDES = "libxss"
|
||||
RREPLACES_${PN} = "libxss"
|
||||
PE = "1"
|
||||
|
||||
@@ -16,7 +16,7 @@ LICENSE = "MIT & MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6565b1e0094ea1caae0971cc4035f343"
|
||||
|
||||
|
||||
DEPENDS += "util-linux libxcb libsm virtual/libx11 kbproto libxdmcp"
|
||||
DEPENDS += "util-linux libxcb libsm virtual/libx11 xorgproto libxdmcp"
|
||||
PROVIDES = "xt"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -10,7 +10,7 @@ LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bb4f89972c3869f617f61c1a79ad1952 \
|
||||
file://src/XTest.c;beginline=2;endline=32;md5=b1c8c9dff842b4d5b89ca5fa32c40e99"
|
||||
|
||||
DEPENDS += "libxext recordproto inputproto libxi"
|
||||
DEPENDS += "libxext xorgproto libxi"
|
||||
PROVIDES = "xtst"
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"
|
||||
|
||||
DEPENDS += "libxext videoproto"
|
||||
DEPENDS += "libxext xorgproto"
|
||||
|
||||
XORG_PN = "libXv"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0a207f08d4961489c55046c9a5e500da \
|
||||
file://wrapper/XvMCWrapper.c;endline=26;md5=5151daa8172a3f1bb0cb0e0ff157d9de"
|
||||
|
||||
DEPENDS += "libxext libxv videoproto"
|
||||
DEPENDS += "libxext libxv xorgproto"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ emulators for games."
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=abb99ac125f84f424a4278153988e32f"
|
||||
|
||||
DEPENDS += "libxext xf86dgaproto"
|
||||
DEPENDS += "libxext"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=27c91ecc435bd3d2bfad868914c94b45"
|
||||
|
||||
DEPENDS += "libxext xf86miscproto"
|
||||
DEPENDS += "libxext"
|
||||
PROVIDES = "xxf86misc"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -10,7 +10,7 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fa0b9c462d8f2f13eba26492d42ea63d"
|
||||
|
||||
DEPENDS += "libxext xf86vidmodeproto"
|
||||
DEPENDS += "libxext xorgproto"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ directives would be used in a compilation. Any #include, directives \
|
||||
can reference files having other #include directives, and parsing will \
|
||||
occur in these files as well."
|
||||
|
||||
DEPENDS = "xproto util-macros"
|
||||
DEPENDS = "xorgproto util-macros"
|
||||
PE = "1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -26,7 +26,7 @@ inherit autotools pkgconfig
|
||||
inherit distro_features_check
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto compositeproto recordproto resourceproto videoproto scrnsaverproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto presentproto"
|
||||
PROTO_DEPS = "xorgproto"
|
||||
LIB_DEPS = "pixman libxfont2 xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess"
|
||||
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util"
|
||||
|
||||
@@ -127,18 +127,18 @@ PACKAGECONFIG ??= "dri2 udev ${XORG_CRYPTO} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev"
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,glproto virtual/mesa xf86driproto"
|
||||
PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,dri2proto"
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,xorgproto virtual/mesa"
|
||||
PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,xorgproto"
|
||||
# DRI3 requires xshmfence to also be enabled
|
||||
PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto"
|
||||
PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,glproto virtual/libgl virtual/libx11"
|
||||
PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,xorgproto"
|
||||
PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,xorgproto virtual/libgl virtual/libx11"
|
||||
PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor,libepoxy virtual/libgbm,libegl"
|
||||
PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind"
|
||||
PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence"
|
||||
PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
|
||||
PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus,"
|
||||
PACKAGECONFIG[systemd] = "--with-systemd-daemon,--without-systemd-daemon,systemd"
|
||||
PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,xineramaproto"
|
||||
PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,xorgproto"
|
||||
PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,wayland wayland-native wayland-protocols libepoxy"
|
||||
|
||||
# Xorg requires a SHA1 implementation, pick one
|
||||
|
||||
Reference in New Issue
Block a user