File: README.Debian

package info (click to toggle)
libepoxy 1.5.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,648 kB
  • sloc: xml: 55,755; ansic: 2,592; python: 619; makefile: 329; sh: 10
file content (16 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libepoxy for Debian
-------------------

An interesting note about libepoxy is that it dynamically opens the
libGL, libEGL, libGLESv2, and libGLESv1 libraries as needed by the
application using libepoxy.  As a result, applications using libepoxy
likely won't have any direct dependencies on a GL implementation in
their linker command lines (because they're just using epoxy), nor
will libepoxy have GL dependencies its linker command line (because it
can be used with any subset of the libraries in question and doesn't
want to force you to install everything).  Thus, if you are packaging
something linking against libepoxy, you should check what APIs it is
trying to use and ensure that you have a runtime dependency against
them.

 -- Eric Anholt <eric@anholt.net>  Fri, 31 Jan 2014 16:52:20 -0800