Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libdrm_nouveau
|
|
Description: Userspace interface to nouveau kernel DRM services
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ldrm_nouveau
|
|
Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/libdrm/nouveau
|
|
Requires.private: libdrm
|