~ubuntu-branches/ubuntu/trusty/libepoxy/trusty-security

« back to all changes in this revision

Viewing changes to epoxy.pc.in

  • Committer: Package Import Robot
  • Author(s): Eric Anholt
  • Date: 2014-01-31 16:52:20 UTC
  • Revision ID: package-import@ubuntu.com-20140131165220-667dryh9rgibah2g
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=@prefix@
 
2
exec_prefix=@exec_prefix@
 
3
libdir=@libdir@
 
4
includedir=@includedir@
 
5
 
 
6
Name: epoxy
 
7
Description: epoxy GL dispatch Library
 
8
Version: @PACKAGE_VERSION@
 
9
Cflags: -I${includedir}
 
10
Libs: -L${libdir} -lepoxy
 
11
Libs.private: @DLOPEN_LIBS@