mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-16 11:52:34 +03:00
bb2bbc6b91
git-svn-id: svn://kolibrios.org@4364 a494cfbc-eb01-0410-851d-a64ba20cac60
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}
|