diff options
author | Ken Moore <moorekou@gmail.com> | 2015-08-04 16:46:10 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-08-04 16:46:10 -0400 |
commit | fd5d0891ed12d618b9ead428c630cf919d6ff88f (patch) | |
tree | dc893de2514386cd77c7a0794cfb9d5c84df360e | |
parent | Add the XCB versions of the system tray start/stop routines, and setup LSessi... (diff) | |
download | lumina-fd5d0891ed12d618b9ead428c630cf919d6ff88f.tar.gz lumina-fd5d0891ed12d618b9ead428c630cf919d6ff88f.tar.bz2 lumina-fd5d0891ed12d618b9ead428c630cf919d6ff88f.zip |
Oops, committed a temporary change to include the xcb-render library (not necessary, the xcb_aux functions do what I need without the extra render dependency).
-rw-r--r-- | libLumina/libLumina.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libLumina/libLumina.pro b/libLumina/libLumina.pro index e811aada..d7df7960 100644 --- a/libLumina/libLumina.pro +++ b/libLumina/libLumina.pro @@ -59,7 +59,7 @@ equals(LINUX_DISTRIBUTION, "Debian"): { INCLUDEPATH += $$PREFIX/include -LIBS += -lX11 -lc -lXrender -lXcomposite -lxcb -lxcb-ewmh -lxcb-icccm -lxcb-image -lxcb-composite -lxcb-damage -lxcb-render +LIBS += -lX11 -lc -lXrender -lXcomposite -lxcb -lxcb-ewmh -lxcb-icccm -lxcb-image -lxcb-composite -lxcb-damage include.path=$$PREFIX/include/ include.files=LuminaXDG.h \ |