pidgin: 06fc551a: This change is needed to make external p...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sun Dec 4 16:15:58 EST 2011


----------------------------------------------------------------------
Revision: 06fc551ad489e941a112165cfaa417af46dfb192
Parent:   e1dd2131481956783d4d7f4c23da4bcc1c8f0e52
Author:   rekkanoryo at pidgin.im
Date:     12/04/11 16:12:56
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/06fc551ad489e941a112165cfaa417af46dfb192

Changelog: 

This change is needed to make external plugins compile.  It's either this or go
through every source file and change every reference to account.h, request.h,
etc. to libpurple/account.h, libpurple/request.h, etc.  The same goes for the
change in pidgin-3.pc.  I know this might not be a popular change, but I want my
plugins to compile.

Changes against parent e1dd2131481956783d4d7f4c23da4bcc1c8f0e52

  patched  libpurple/purple-3.pc.in
  patched  pidgin/pidgin-3.pc.in

-------------- next part --------------
============================================================
--- libpurple/purple-3.pc.in	85bccb8ee08949360496ac8997878b50c8433fd1
+++ libpurple/purple-3.pc.in	76ebc94c91b1b1449c51a662b7e7b757777d9d2c
@@ -1,7 +1,7 @@ libdir=@libdir@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/libpurple
 datarootdir=@datarootdir@
 datadir=@datadir@
 sysconfdir=@sysconfdir@
============================================================
--- pidgin/pidgin-3.pc.in	2675d7a8428b39c28c987e10317b23fb4ae54971
+++ pidgin/pidgin-3.pc.in	54a073ea818f0ae282c5f285218ef00020d475f7
@@ -1,7 +1,7 @@ libdir=@libdir@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/pidgin
 datarootdir=@datarootdir@
 datadir=@datadir@
 sysconfdir=@sysconfdir@


More information about the Commits mailing list