summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port-uninstalled.pc.in
blob: 7dc6fe984844e2688edbbc52d0ab42f9ebe329d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Note: As this file is sitting in ${top_builddir},
#           ${top_builddir} ~= ${pcfiledir}
#	and ${top_srcdir}   ~= ${pcfiledir}/@srcdir@
# Note: This refers to directory matches, not to string matches.
# Note: ${pcfiledir} already is an absolute path name, so there is
#       no much sense prepending a ${pc_top_builddir} before it.

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
VERSION=@VERSION@
abs_top_builddir=@abs_top_builddir@
driverdir=${abs_top_builddir}

Name: libgphoto2_port
Description: Library for easy access to digital cameras
URL: http://gphoto.org/proj/libgphoto2/
Version: @VERSION@
# This is what works for gphoto-suite
Libs: ${pcfiledir}/libgphoto2_port/libgphoto2_port.la -lm
Cflags: -I${pcfiledir}/@srcdir@
# This is what Sun wants (and does not work with gphoto-suite)
# Libs: ${pc_top_builddir}/${pcfiledir}/libgphoto2_port/libgphoto2_port.la -lm
# Cflags: -I${pc_top_builddir}/${pcfiledir}