From 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d Mon Sep 17 00:00:00 2001 From: Jef Date: Tue, 24 Sep 2024 14:54:57 +0200 Subject: Initial community commit --- .../openmpt-trunk/libopenmpt/libopenmpt.pc.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in (limited to 'Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in') diff --git a/Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in b/Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in new file mode 100644 index 00000000..5d480a82 --- /dev/null +++ b/Src/external_dependencies/openmpt-trunk/libopenmpt/libopenmpt.pc.in @@ -0,0 +1,14 @@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ +libdir=@libdir@ + +Name: libopenmpt +Description: Tracker module player based on OpenMPT +Version: @VERSION@ +Requires.private: @LIBOPENMPT_REQUIRES_PRIVATE@ +Libs: -L${libdir} -lopenmpt +Libs.private: @LIBOPENMPT_LIBS_PRIVATE@ +Cflags: -I${includedir} + -- cgit