Wed Jul 5 18:31:39 PDT 2000 Michael Jennings <mej@eterm.org>

Several people have asked for the spec file to be in the tarball so
	that rpm -ta <tarball> works properly.  I've put it in there, but I
	don't recommend doing it that way.  I use /usr/local as my prefix, and
	there's a good chance I'll forget to change it before doing a dist
	tarball.

	I also put some dummy crap in pixmap.h so that compiling without
	Imlib2.h works again.


SVN revision: 2903
This commit is contained in:
Michael Jennings 2000-07-06 01:17:20 +00:00
parent b4fbe2a9a0
commit 9648bcd0a0
3 changed files with 19 additions and 1 deletions

View File

@ -3751,3 +3751,15 @@ Mon Jul 3 12:50:00 PDT 2000 Michael Jennings <mej@eterm.org>
but keys Eterm uses (like Shift-PgUp) will still work as expected.
-------------------------------------------------------------------------------
Wed Jul 5 18:31:39 PDT 2000 Michael Jennings <mej@eterm.org>
Several people have asked for the spec file to be in the tarball so
that rpm -ta <tarball> works properly. I've put it in there, but I
don't recommend doing it that way. I use /usr/local as my prefix, and
there's a good chance I'll forget to change it before doing a dist
tarball.
I also put some dummy crap in pixmap.h so that compiling without
Imlib2.h works again.
-------------------------------------------------------------------------------

View File

@ -4,4 +4,4 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = libmej src themes utils doc bg pix
EXTRA_DIST = README ReleaseNotes ReleaseNotes.1 CVS-README COPYING ChangeLog autogen.sh
EXTRA_DIST = README ReleaseNotes ReleaseNotes.1 CVS-README COPYING ChangeLog autogen.sh Eterm.spec

View File

@ -27,6 +27,12 @@
#include <X11/Xatom.h>
#ifdef PIXMAP_SUPPORT
# include <Imlib2.h>
#else
typedef struct {
int left, top, right, bottom;
} Imlib_Border;
typedef void *Imlib_Image;
typedef void *Imlib_Color_Modifier;
#endif
#include "misc.h"