diff --git a/srcpkgs/xorg-server/patches/fix-dri-driver-path.patch b/srcpkgs/xorg-server/patches/fix-dri-driver-path.patch new file mode 100644 index 00000000000..802be3f2784 --- /dev/null +++ b/srcpkgs/xorg-server/patches/fix-dri-driver-path.patch @@ -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) diff --git a/srcpkgs/xorg-server/template b/srcpkgs/xorg-server/template index 359aa02d693..6ba73875b11 100644 --- a/srcpkgs/xorg-server/template +++ b/srcpkgs/xorg-server/template @@ -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