Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 341497
Collapse All | Expand All

(-)kdebindings-4.4.5-orig/csharp/kimono/CMakeLists.txt (-1 / +1 lines)
Lines 22-28 Link Here
22
                      ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
22
                      ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBS})
23
23
24
# write FindPackage modules for these
24
# write FindPackage modules for these
25
pkg_search_module(MONO mono)
25
pkg_search_module(MONO mono-2 mono)
26
pkg_search_module(GLIB2 glib-2.0)
26
pkg_search_module(GLIB2 glib-2.0)
27
27
28
# if libmono-dev is not installed, then MONO_INCLUDES is not defined and compiling
28
# if libmono-dev is not installed, then MONO_INCLUDES is not defined and compiling
(-)kdebindings-4.4.5-orig/csharp/kimono/src/kimonopluginfactory.cpp (+1 lines)
Lines 44-49 Link Here
44
44
45
#include <stdlib.h>
45
#include <stdlib.h>
46
#include <stdio.h>
46
#include <stdio.h>
47
#include <glib.h>
47
48
48
class QWidget;
49
class QWidget;
49
50

Return to bug 341497