12 lines
287 B
PkgConfig
12 lines
287 B
PkgConfig
prefix=@PREFIX@
|
|
includedir=${prefix}/include
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: Panel
|
|
Description: DeforaOS Desktop Panel applets
|
|
Version: @VERSION@
|
|
Requires: libDesktop
|
|
Cflags: -I${includedir}
|
|
Libs: -Wl,-rpath-link,${libdir} -Wl,-rpath,${libdir} -L${libdir} -lPanel
|