599
by fabounet
dock-independant background |
1 |
prefix = @prefix@ |
2 |
exec_prefix = @exec_prefix@ |
|
3 |
libdir = @libdir@ |
|
4 |
includedir = @includedir@ |
|
944
by Matthieu Baerts
CMakeLists.txt: |
5 |
pluginsdir = @libdir@/@PACKAGE@ |
6 |
pluginsdatadir = @datadir@/@PACKAGE@/plug-ins |
|
7 |
gtkversion = @GTK_MAJOR@ |
|
599
by fabounet
dock-independant background |
8 |
|
798
by Fabrice Rey
updated gldi.pc cflags |
9 |
Name: gldi |
936
by Fabrice Rey
port to GTK3: complete ! |
10 |
Description: openGL Desktop Interface. A library to build advanced interfaces for the desktop (dock, panel, desklet, dialog, ...); it supports both cairo and openGL. |
937
by Matthieu Baerts
Port to GTK3: now works with GTK2 too |
11 |
Requires: @gtk_required@ @packages_required@ @xextend_required@ |
599
by fabounet
dock-independant background |
12 |
Libs: -L${libdir} -lgldi |
798
by Fabrice Rey
updated gldi.pc cflags |
13 |
Cflags: -I${includedir}/cairo-dock -I${includedir}/cairo-dock/gldit -I${includedir}/cairo-dock/icon-factory -I${includedir}/cairo-dock/implementations |
599
by fabounet
dock-independant background |
14 |
Version: @VERSION@ |