diff options
Diffstat (limited to 'debian/patches/02_fix_src_makefile.am.diff')
-rw-r--r-- | debian/patches/02_fix_src_makefile.am.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/02_fix_src_makefile.am.diff b/debian/patches/02_fix_src_makefile.am.diff new file mode 100644 index 0000000..58daf6b --- /dev/null +++ b/debian/patches/02_fix_src_makefile.am.diff @@ -0,0 +1,11 @@ +--- kommando-0.5.1.orig/src/Makefile.am ++++ kommando-0.5.1/src/Makefile.am +@@ -44,7 +44,7 @@ + kcm_kommando_la_SOURCES = configdialogimpl.cpp configdialog.ui \ + kcmkommando.cpp servicemenu.cpp + kcm_kommando_la_LIBADD = libkommando.la -lXmu $(LIB_KIO) $(LIB_KDEUI) \ +- $(LIB_KDECORE) ++ $(LIB_KDECORE) $(LIB_QT) -lDCOP + + # this is where the desktop file will go + xdg_apps_DATA = kommando.desktop |