From 61f93068e2b74b0d23f7929f51426da29042fd15 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 29 Oct 2011 02:11:45 +0000 Subject: =?UTF-8?q?Fix=20kdenetwork=20FTBFS=20on=20Fedora=2015=20Thanks=20?= =?UTF-8?q?to=20Fran=C3=A7ois=20Androit=20for=20the=20patch!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1261216 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/ConfigureChecks.cmake | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kopete/ConfigureChecks.cmake') diff --git a/kopete/ConfigureChecks.cmake b/kopete/ConfigureChecks.cmake index 6a78d91f..aece4366 100644 --- a/kopete/ConfigureChecks.cmake +++ b/kopete/ConfigureChecks.cmake @@ -18,3 +18,11 @@ if( (BUILD_KOPETE_PROTOCOL_JABBER AND WITH_JINGLE) OR (BUILD_KOPETE_PROTOCOL_MSN tde_message_fatal( "glib-2.0 is required, but was not found on your system" ) endif( ) endif( ) + +# -- Check for libv4l1-videodev.h presence -------------------- +CHECK_INCLUDE_FILE ( "libv4l1-videodev.h" HAVE_LIBV4L1_VIDEODEV_H ) +if ( HAVE_LIBV4L1_VIDEODEV_H ) + add_definitions( -DHAVE_LIBV4L1_VIDEODEV_H ) +endif ( ) +# -- End libv4l1-videodev.h ---------------------------------------------- + -- cgit v1.2.1