10 lines
233 B
PkgConfig
Executable File
10 lines
233 B
PkgConfig
Executable File
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libgbm
|
|
Description: Userspace interface to kernel ION Memory services
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lgbm
|
|
Cflags: -I${includedir} |