1SUMMARY = "The X.Org X server"
2HOMEPAGE = "http://www.x.org"
3SECTION = "x11/base"
4LICENSE = "MIT-X"
5LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
6
7# xf86-*-* packages depend on an X server built with the xfree86 DDX
8# so we have a virtual to represent that:
9# deprecated, we should use virtual/xserver instead
10PROVIDES = "virtual/xserver-xf86"
11
12# Other packages tend to just care that there is *an* X server:
13PROVIDES += "virtual/xserver"
14
15PE = "2"
16
17XORG_PN = "xorg-server"
18SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.xz"
19
20UPSTREAM_CHECK_REGEX = "xorg-server-(?P<pver>\d+(\.(?!99)\d+)+)\.tar"
21
22CVE_PRODUCT = "xorg-server"
23
24S = "${WORKDIR}/${XORG_PN}-${PV}"
25
26inherit autotools pkgconfig
27
28inherit features_check
29REQUIRED_DISTRO_FEATURES = "x11"
30
31LIB_DEPS = "pixman libxfont2 xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess"
32DEPENDS = "xorgproto ${LIB_DEPS} font-util"
33
34# Split out some modules and extensions from the main package
35# These aren't needed for basic operations and only take up space:
36#  32.0k   libdri.so
37#  91.0k   libexa.so
38#  336.0k  libglx.so
39#  1360k   libint10.so
40#  180.0k  libwfb.so
41#  320.0k  libxaa.so
42#  124.0k  libxf1bpp.so
43#  84.0k   libxf4bpp.so
44#          librecord.so
45#          libextmod.so
46#          libdbe.so
47
48PACKAGES =+ "${PN}-sdl \
49             ${PN}-fbdev \
50             ${PN}-xvfb \
51             ${PN}-utils \
52             ${PN}-xephyr \
53             ${PN}-xwayland \
54             ${PN}-multimedia-modules \
55             ${PN}-extension-dri \
56             ${PN}-extension-dri2 \
57             ${PN}-extension-glx \
58             ${PN}-extension-record \
59             ${PN}-extension-extmod \
60             ${PN}-extension-dbe \
61             ${PN}-module-libint10 \
62             ${PN}-module-libafb \
63             ${PN}-module-libwfb  \
64             ${PN}-module-libmfb \
65             ${PN}-module-libcfb \
66             ${PN}-module-exa \
67             ${PN}-module-xaa \
68             ${PN}-module-libxf1bpp \
69             ${PN}-module-libxf4bpp \
70             xf86-video-modesetting"
71
72SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver"
73INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi"
74
75XSERVER_RRECOMMENDS = "xkeyboard-config rgb xserver-xf86-config xkbcomp xf86-input-libinput"
76RRECOMMENDS:${PN} += "${XSERVER_RRECOMMENDS}"
77RRECOMMENDS:${PN}-xwayland += "${XSERVER_RRECOMMENDS}"
78RDEPENDS:${PN}-xvfb += "xkeyboard-config"
79RDEPENDS:${PN}-module-exa = "${PN} (= ${EXTENDPKGV})"
80
81FILES:${PN} = "${bindir} ${libdir}/X11/Options ${libdir}/X11/Cards ${libdir}/X11/getconfig ${libdir}/X11/etc ${libdir}/modules/*.so ${libdir}/xorg/modules/*.so /etc/X11 ${libdir}/xorg/protocol.txt ${datadir}/X11/xorg.conf.d"
82FILES:${PN}-dev += "${libdir}/xorg/modules/*.la ${libdir}/xorg/modules/*/*.la"
83FILES:${PN}-doc += "${libdir}/X11/doc ${datadir}/X11/xkb/compiled/README.compiled ${localstatedir}/lib/xkb/README.compiled"
84FILES:${PN}-sdl = "${bindir}/Xsdl"
85FILES:${PN}-fbdev = "${bindir}/Xfbdev"
86FILES:${PN}-xvfb = "${bindir}/Xvfb"
87FILES:${PN}-utils = "${bindir}/scanpci ${bindir}/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf ${bindir}/getconfig ${bindir}/getconfig.pl"
88FILES:${PN}-xephyr = "${bindir}/Xephyr"
89FILES:${PN}-xwayland = "${bindir}/Xwayland"
90FILES:${PN}-multimedia-modules = "${libdir}/xorg/modules/multimedia/*drv*"
91FILES:${PN}-extension-dri = "${libdir}/xorg/modules/extensions/libdri.so"
92FILES:${PN}-extension-dri2 = "${libdir}/xorg/modules/extensions/libdri2.so"
93FILES:${PN}-extension-glx = "${libdir}/xorg/modules/extensions/libglx.so"
94FILES:${PN}-extension-record = "${libdir}/xorg/modules/extensions/librecord.so"
95FILES:${PN}-extension-extmod = "${libdir}/xorg/modules/extensions/libextmod.so"
96FILES:${PN}-extension-dbe = "${libdir}/xorg/modules/extensions/libdbe.so"
97FILES:${PN}-module-libint10 = "${libdir}/xorg/modules/libint10.so"
98FILES:${PN}-module-libafb = "${libdir}/xorg/modules/libafb.so"
99FILES:${PN}-module-libwfb = "${libdir}/xorg/modules/libwfb.so"
100FILES:${PN}-module-libmfb = "${libdir}/xorg/modules/libmfb.so"
101FILES:${PN}-module-libcfb = "${libdir}/xorg/modules/libcfb.so"
102FILES:${PN}-module-exa = "${libdir}/xorg/modules/libexa.so"
103FILES:${PN}-module-xaa = "${libdir}/xorg/modules/libxaa.so"
104FILES:${PN}-module-libxf1bpp = "${libdir}/xorg/modules/libxf1bpp.so"
105FILES:${PN}-module-libxf4bpp = "${libdir}/xorg/modules/libxf4bpp.so"
106FILES:xf86-video-modesetting = "${libdir}/xorg/modules/drivers/modesetting_drv.so"
107
108EXTRA_OECONF += "--with-fop=no \
109                 --with-pic \
110                 --disable-static \
111                 --disable-record \
112                 --disable-dmx \
113                 --disable-xnest \
114                 --enable-xvfb \
115                 --enable-composite \
116                 --without-dtrace \
117                 --with-int10=x86emu \
118                 --sysconfdir=/etc/X11 \
119                 --localstatedir=/var \
120                 --with-xkb-output=/var/lib/xkb \
121                 --with-os-name=Linux \
122"
123
124OPENGL_PKGCONFIGS = "dri glx glamor dri3 xshmfence"
125PACKAGECONFIG ??= "dga dri2 udev ${XORG_CRYPTO} \
126                   ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \
127                   ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-logind', '', d)} \
128"
129
130PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev"
131PACKAGECONFIG[dga] = "--enable-dga,--disable-dga"
132PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,virtual/mesa"
133PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2"
134# DRI3 requires xshmfence to also be enabled
135PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3"
136PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,virtual/libgl virtual/libx11"
137PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor,libepoxy virtual/libgbm,libegl"
138PACKAGECONFIG[unwind] = "--enable-libunwind,--disable-libunwind,libunwind"
139PACKAGECONFIG[xshmfence] = "--enable-xshmfence,--disable-xshmfence,libxshmfence"
140PACKAGECONFIG[xmlto] = "--with-xmlto, --without-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
141PACKAGECONFIG[systemd-logind] = "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus,"
142PACKAGECONFIG[systemd] = "--with-systemd-daemon,--without-systemd-daemon,systemd"
143PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama"
144PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,wayland wayland-native wayland-protocols libepoxy"
145
146# Xorg requires a SHA1 implementation, pick one
147XORG_CRYPTO ??= "openssl"
148PACKAGECONFIG[openssl] = "--with-sha1=libcrypto,,openssl"
149PACKAGECONFIG[nettle] = "--with-sha1=libnettle,,nettle"
150PACKAGECONFIG[gcrypt] = "--with-sha1=libgcrypt,,libgcrypt"
151
152do_install:append () {
153	# Its assumed base-files creates this for us
154	rmdir ${D}${localstatedir}/log/
155        sed -i -e 's,${libdir}/xorg/modules,${prefix}/lib*/xorg/modules,' ${D}${mandir}/man5/xorg.conf.5
156}
157
158# Add runtime provides for the ABI versions of the video and input subsystems,
159# so that drivers can depend on the relevant version.
160python populate_packages:prepend() {
161    import subprocess
162
163    # Set PKG_CONFIG_PATH so pkg-config looks at the .pc files that are going
164    # into the new package, not the staged ones.
165    newenv = dict(os.environ)
166    newenv["PKG_CONFIG_PATH"] = d.expand("${PKGD}${libdir}/pkgconfig/")
167
168    def get_abi(name):
169        abis = {
170          "video": "abi_videodrv",
171          "input": "abi_xinput"
172        }
173        p = subprocess.Popen(args="pkg-config --variable=%s xorg-server" % abis[name],
174                             shell=True, env=newenv, stdout=subprocess.PIPE)
175        stdout, stderr = p.communicate()
176        output = stdout.decode("utf-8").split(".")[0]
177        mlprefix = d.getVar('MLPREFIX') or ''
178        return "%sxorg-abi-%s-%s" % (mlprefix, name, output)
179
180    pn = d.getVar("PN")
181    d.appendVar("RPROVIDES:" + pn, " " + get_abi("input"))
182    d.appendVar("RPROVIDES:" + pn, " " + get_abi("video"))
183}
184