Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[packaging] Add .pc.in-file for dsme-plugin-devel package. Contribute…
…s to JB#49564

pkg-config file versioning is build environment dependend now (added
placeholders).

Signed-off-by: Bogdan Migunov <bogdanmigunov@yandex.ru>
  • Loading branch information
bmigunov committed Jun 5, 2020
1 parent 36e4950 commit df06092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -260,4 +260,4 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
dsme.init])

AC_OUTPUT
AC_OUTPUT(dsme-plugin.pc)
6 changes: 3 additions & 3 deletions dsme-plugin.pc → dsme-plugin.pc.in
@@ -1,8 +1,8 @@
prefix=/usr
includedir=${prefix}/include
prefix=@prefix@
includedir=@includedir@

Name: dsme-plugin-devel
Description: Header files for building DSME plugins
Version: 0.80.0
Version: @VERSION@
Requires:
Cflags: -I${includedir}/dsme-plugin

0 comments on commit df06092

Please sign in to comment.