[Pkg-wmaker-commits] [wmbutton] 02/25: wmbutton: Correct path for X11 libs

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jul 16 23:38:08 UTC 2017


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

dtorrance-guest pushed a commit to branch upstream
in repository wmbutton.

commit 7ed1c8b2c61fc812d958068cabc453dd33c294ba
Author: Rodolfo García Peñas (kix) <kix at kix.es>
Date:   Mon Aug 20 10:11:25 2012 +0200

    wmbutton: Correct path for X11 libs
    
    The X11 libraries are now in include/X11 folder, instead of include
    folder. Now is possible to compile the application in new systems.
    
    This patch changes the wmbutton version in the README file too.
    
    Based on Christian Aichinger's patch.
---
 README     |  4 ++--
 wmbutton.h | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README
index 5da98ae..fe0cb79 100644
--- a/README
+++ b/README
@@ -52,10 +52,10 @@ helping out, catching bugs in the code, etc.
 INSTALLATION:
 -------------
 	Untar the file: 
-		tar xvzf wmbutton-0.5.tar.gz
+		tar xvzf wmbutton-0.6.1.tar.gz
 
 	CD to source directory:  
-		cd wmbutton-0.5
+		cd wmbutton-0.6.1
 
 	Edit background xpm, and buttons.xpm to your preferences
 	There are icon files in ./icons to work from
diff --git a/wmbutton.h b/wmbutton.h
index 178f896..5c721af 100644
--- a/wmbutton.h
+++ b/wmbutton.h
@@ -2,11 +2,11 @@
 /* Last Modified 3/27/04 */
 
 /******  Include Files ***************************************************/
-#include <Xlib.h>
-#include <Xutil.h>
-#include <xpm.h>
-#include <extensions/shape.h>
-#include <keysym.h>
+#include <X11/Xlib.h>
+#include <X11/Xutil.h>
+#include <X11/xpm.h>
+#include <X11/extensions/shape.h>
+#include <X11/keysym.h>
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbutton.git



More information about the Pkg-wmaker-commits mailing list