File po.diff of Package kde4-kerry
--- ./CMakeLists.txt 2008/11/21 12:52:53 1.1
+++ ./CMakeLists.txt 2008/11/21 12:53:47
@@ -4,6 +4,9 @@
find_package (KDE4 REQUIRED)
find_package (GLIB2 REQUIRED)
+find_package(Msgfmt REQUIRED)
+find_package(Gettext REQUIRED)
+
include(FindPkgConfig)
PKG_CHECK_MODULES(BEAGLE libbeagle-1.0)
PKGCONFIG(libbeagle-1.0 BEAGLE_INCLUDES BEAGLE_LINK_DIR BEAGLE_LDFLAGS BEAGLE_CFLAGS)
@@ -14,5 +17,6 @@
if (BEAGLE_LIBRARIES)
MESSAGE(STATUS "libbeagle ${BEAGLE_LIBRARIES}")
ADD_SUBDIRECTORY( src )
+ ADD_SUBDIRECTORY( po )
endif (BEAGLE_LIBRARIES)