2f51abf994
Based on: http://dailycommit.blogspot.com/2016/10/how-to-generate-pkg-config-file-with.html https://people.freedesktop.org/~dbn/pkg-config-guide.html Should allow third party plugins to find and use libobs more easily. Closes obsproject/obs-studio#1467
12 lines
252 B
PkgConfig
12 lines
252 B
PkgConfig
prefix=@DEST_DIR@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/@OBS_LIBRARY_DESTINATION@
|
|
includedir=${prefix}/include
|
|
|
|
Name: libobs
|
|
Description: OBS Studio Library
|
|
Version: @OBS_VERSION@
|
|
Requires: x11
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} @PRIVATE_LIBS@
|