diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-04-28 01:27:24 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-04-28 01:27:24 +0000 |
commit | 3be8f38c8216094c12a7910ab09be94394a5e2db (patch) | |
tree | 70ce28e837483ef1169acdbd739d0882a3aa5b04 /Makefile.am.in | |
parent | 9f2307382d4acc636b621570ed7770dcab0d652a (diff) | |
download | tdelibs-3be8f38c8216094c12a7910ab09be94394a5e2db.tar.gz tdelibs-3be8f38c8216094c12a7910ab09be94394a5e2db.zip |
Added new central krandr library to handle everything related to dynamic screen configuration
In the future this will probably handle ICC profiles as well
This will allow easy integration of screen configuration into other KDE programs and control center modules
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1119941 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am.in b/Makefile.am.in index 2cca5003a..ba1149e5e 100644 --- a/Makefile.am.in +++ b/Makefile.am.in @@ -20,7 +20,7 @@ COMPILE_FIRST = dcop libltdl kdefx kdecore kunittest kdeui kdesu kjs kwallet kio kded kded_post COMPILE_BEFORE_doc = kdoctools -COMPILE_AFTER_kparts = kspell2 kmdi kdeprint kinit kate interfaces kcert khtml +COMPILE_AFTER_kparts = kspell2 kmdi kdeprint kinit kate interfaces kcert khtml krandr COMPILE_AFTER_kdeprint = kate khtml COMPILE_BEFORE_khtml = kutils COMPILE_BEFORE_kabc = kab kresources |