ports/devel/libdbusmenu-qt/files/patch-CMakeLists.txt
Max Brazhnikov 87bb074ea7 Add new port devel/libdbusmenu-qt:
A library that provides Qt4 implementation of the DBusMenu protocol.
The DBusMenu protocol makes it possible for applications to export
and import their menus over DBus.

WWW:	http://people.canonical.com/~agateau/dbusmenu/
2010-09-01 21:14:34 +00:00

10 lines
293 B
Text

--- ./CMakeLists.txt.orig 2010-08-19 12:55:12.000000000 +0400
+++ ./CMakeLists.txt 2010-09-01 23:35:53.634132670 +0400
@@ -56,7 +56,3 @@
option(BUILD_TESTS "Build tests" ON)
add_subdirectory(src)
-if (BUILD_TESTS)
- add_subdirectory(tests)
-endif (BUILD_TESTS)
-add_subdirectory(tools)