forked from mirrors/nixpkgs
telepathy-qt: farsight -> farstream
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33488
This commit is contained in:
parent
19320cf6cc
commit
6eb45d767f
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, cmake, qt4, pkgconfig, python, libxslt, dbus_glib
|
||||
, telepathy_farsight, telepathy_glib }:
|
||||
, telepathy_farstream, telepathy_glib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "telepathy-qt-0.9.1";
|
||||
|
@ -10,11 +10,8 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildNativeInputs = [ cmake pkgconfig python libxslt ];
|
||||
propagatedBuildInputs = [ qt4 dbus_glib telepathy_farsight telepathy_glib ];
|
||||
|
||||
patches = [ ./missing-include.patch ];
|
||||
|
||||
propagatedBuildInputs = [ qt4 dbus_glib telepathy_farstream telepathy_glib ];
|
||||
preBuild = ''
|
||||
NIX_CFLAGS_COMPILE+=" `pkg-config --cflags farsight2-0.10 dbus-glib-1`"
|
||||
'';
|
||||
NIX_CFLAGS_COMPILE+=" `pkg-config --cflags dbus-glib-1`"
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
diff --git a/TelepathyQt/Farsight/CMakeLists.txt b/TelepathyQt/Farsight/CMakeLists.txt
|
||||
index 89ec354..376f3cc 100644
|
||||
--- a/TelepathyQt/Farsight/CMakeLists.txt
|
||||
+++ b/TelepathyQt/Farsight/CMakeLists.txt
|
||||
@@ -1,5 +1,6 @@
|
||||
if(FARSIGHT_COMPONENTS_FOUND)
|
||||
include_directories(${TELEPATHY_FARSIGHT_INCLUDE_DIR}
|
||||
+ ${TELEPATHY_GLIB_INCLUDE_DIR}
|
||||
${GSTREAMER_INCLUDE_DIR}
|
||||
${GLIB2_INCLUDE_DIR}
|
||||
${LIBXML2_INCLUDE_DIR}
|
Loading…
Reference in a new issue