mirror of
https://github.com/vcrhonek/hwdata
synced 2025-10-14 02:43:35 +08:00
hwdata.pc.in: use sysroot prefix for pkgdatadir variable
The pc_sysroot is automatically added to cflags and libs but not to 'pkg-config --variable'. This matches what wayland-protocols does. Signed-off-by: Markus Volk <f_l_k@t-online.de>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
prefix=@prefix@
|
||||
datadir=@datadir@
|
||||
pkgdatadir=@pkgdatadir@
|
||||
pkgdatadir=${pc_sysrootdir}@pkgdatadir@
|
||||
|
||||
Name: @NAME@
|
||||
Description: Hardware identification and configuration data
|
||||
|
Reference in New Issue
Block a user