forked from KolibriOS/kolibrios
12 lines
235 B
PkgConfig
12 lines
235 B
PkgConfig
|
prefix=PREFIX
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libnsfb
|
||
|
Description: Provides framebuffer access for netsurf.
|
||
|
Version: VERSION
|
||
|
REQUIRED
|
||
|
Libs: -L${libdir} -lnsfb
|
||
|
Cflags: -I${includedir}
|