mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 02:41:52 +00:00
common: add spice-common.pc (subdir config)
The package-config file is to be used when ../common is not available, e.g. when building each subdir separately. Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
e2dd219f6b
commit
b23e84ce37
@ -10,7 +10,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
m4_include(../configure.ac.shared)
|
||||
|
||||
AC_CONFIG_FILES([Makefile linux/ffmpeg_inc.h])
|
||||
AC_CONFIG_FILES([Makefile linux/ffmpeg_inc.h spice-common.pc])
|
||||
AC_OUTPUT
|
||||
|
||||
dnl ==========================================================================
|
||||
|
||||
6
common/spice-common.pc.in
Normal file
6
common/spice-common.pc.in
Normal file
@ -0,0 +1,6 @@
|
||||
prefix=@prefix@
|
||||
common_src_dir=${prefix}/src/spice-common
|
||||
|
||||
Name: @PACKAGE@
|
||||
Description: Spice common sources
|
||||
Version: @VERSION@
|
||||
Loading…
Reference in New Issue
Block a user