blob: 512e3b34e74878a94c7d5900dbb0a991dc5195fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# SPDX-License-Identifier: GPL-2.0-or-later
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
bindir=@bindir@
includedir=@includedir@
Cflags: -I${includedir}/libinkdbus-0.1
Requires: gobject-2.0 dbus-glib-1
Libs: -L${libdir} -linkdbus
Name: inkdbus
Description: Inkscape DBus Interface Wrapper
Version: @VERSION@
|