xf86_input_wacom: also fix xorg-wacom.pc

I didn't notice that $(out) wouldn't get expanded there,
and that naturally caused issues for reverse dependencies.
This commit is contained in:
Vladimír Čunát 2021-07-16 17:35:02 +02:00
parent bf051e91d6
commit d7427b0d8b
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -46,9 +46,9 @@ stdenv.mkDerivation rec {
];
configureFlags = [
"--with-xorg-module-dir=$(out)/lib/xorg/modules"
"--with-sdkdir=$(out)/include/xorg"
"--with-xorg-conf-dir=$(out)/share/X11/xorg.conf.d"
"--with-xorg-module-dir=${placeholder "out"}/lib/xorg/modules"
"--with-sdkdir=${placeholder "out"}/include/xorg"
"--with-xorg-conf-dir=${placeholder "out"}/share/X11/xorg.conf.d"
];
meta = with lib; {