~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/gldit/gldi.pc.in

  • Committer: Matthieu Baerts
  • Date: 2011-12-04 14:48:31 UTC
  • Revision ID: matttbe@gmail.com-20111204144831-w1brh66m8igy5nl6
CMakeLists.txt:
 * Used GTK3+ by default if available (the port is almost ready and it should compiles fine but don't hesitate to report any bug(s) there: http://www.glx-dock.org/bg_topic.php?t=5745)
 * Used GNU standard installation directories:  http://www.gnu.org/prep/standards/html_node/Directory-Variables.html
src/gldi: added this define: GLDI_BIN_DIR

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
exec_prefix = @exec_prefix@
3
3
libdir = @libdir@
4
4
includedir = @includedir@
5
 
pluginsdir=@libdir@/@PACKAGE@
6
 
pluginsdatadir=@datadir@/@PACKAGE@/plug-ins
7
 
gtkversion=@GTK_MAJOR@
 
5
pluginsdir = @libdir@/@PACKAGE@
 
6
pluginsdatadir = @datadir@/@PACKAGE@/plug-ins
 
7
gtkversion = @GTK_MAJOR@
8
8
 
9
9
Name: gldi
10
10
Description: openGL Desktop Interface. A library to build advanced interfaces for the desktop (dock, panel, desklet, dialog, ...); it supports both cairo and openGL.