mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-18 15:19:17 +00:00
11 lines
266 B
PkgConfig
11 lines
266 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libdrm
|
|
Description: Userspace interface to kernel DRM services
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ldrm -ldrm_intel
|
|
Cflags: -I${includedir} -I/usr/include/dev/pci/drm
|