xorg-server: add hack for wrong path in dri pkg-config file
This commit is contained in:
parent
2a76b98d69
commit
1b7a8a6320
2 changed files with 12 additions and 1 deletions
11
srcpkgs/xorg-server/patches/fix-dri-driver-path.patch
Normal file
11
srcpkgs/xorg-server/patches/fix-dri-driver-path.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- include/meson.build.orig
|
||||
+++ include/meson.build
|
||||
@@ -173,7 +173,7 @@
|
||||
conf_data.set('DPMSExtension', build_dpms)
|
||||
conf_data.set('DRI2', build_dri2)
|
||||
conf_data.set('DRI3', build_dri3)
|
||||
-conf_data.set_quoted('DRI_DRIVER_PATH', dri_dep.get_pkgconfig_variable('dridriverdir'))
|
||||
+conf_data.set_quoted('DRI_DRIVER_PATH', '/usr/lib/xorg/modules/drivers')
|
||||
conf_data.set('HAS_SHM', build_mitshm)
|
||||
conf_data.set('MITSHM', build_mitshm)
|
||||
conf_data.set('PANORAMIX', build_xinerama)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xorg-server'
|
||||
pkgname=xorg-server
|
||||
version=1.20.1
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=meson
|
||||
configure_args="-Dipv6=true -Dxorg=true -Dxnest=true -Dxephyr=true
|
||||
-Dxvfb=true -Dhal=false -Dudev=true -Dxkb_dir=/usr/share/X11/xkb
|
||||
|
|
Loading…
Reference in a new issue