[Pkg-privacy-commits] [irssi-plugin-otr] 65/267: Don't look in a weechat dir for weechat-plugin.h.

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.

commit fbb6c3d96363147306a9313cc48a30698148f54c
Author: Uli Meis <a.sporto+bee at gmail.com>
Date:   Wed Feb 11 22:07:48 2009 +0100

    Don't look in a weechat dir for weechat-plugin.h.
---
 CMakeLists.txt         | 2 +-
 weechat/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a0a732..e44fe81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -163,7 +163,7 @@ ENDFOREACH(X ${LIBGCRYPT_LDFLAGS} ${GLIB_LDFLAGS} ${APPLE_LDFLAGS})
 FIND_PATH(IRSSI_INCLUDE_DIR NAMES irssi/src/core/module.h)
 MARK_AS_ADVANCED(IRSSI_INCLUDE_DIR)
 
-FIND_PATH(WEECHAT_INCLUDE_DIR NAMES weechat/weechat-plugin.h)
+FIND_PATH(WEECHAT_INCLUDE_DIR NAMES weechat-plugin.h)
 MARK_AS_ADVANCED(WEECHAT_INCLUDE_DIR)
 
 FIND_PATH(XCHAT_INCLUDE_DIR NAMES xchat/xchat-plugin.h)
diff --git a/weechat/CMakeLists.txt b/weechat/CMakeLists.txt
index b5febf3..7e4fcc2 100644
--- a/weechat/CMakeLists.txt
+++ b/weechat/CMakeLists.txt
@@ -6,7 +6,7 @@ ENDIF(NOT WEECHAT_INCLUDE_DIR)
 MESSAGE(STATUS "*** building for weechat ***")
 SET(IRCOTR_INCLUDE_DIRS
   ${IRCOTR_INCLUDE_DIRS}
-  ${WEECHAT_INCLUDE_DIR}/weechat
+  ${WEECHAT_INCLUDE_DIR}
   weechat)
 
 INCLUDE_DIRECTORIES(${IRCOTR_INCLUDE_DIRS})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list