Headers for libxf86config
Stefan Dirsch
sndirsch at suse.de
Sat Sep 2 00:46:39 PDT 2006
On Fri, Sep 01, 2006 at 10:49:56PM -0700, Donnie Berkholz wrote:
> Stefan Dirsch wrote:
> > Thanks for the hint! "-iquote /usr/include/xorg -I." instead of
> > "-I/usr/include/xorg" finally works after replacing all '#include
> > <xf86Parser.h>' occurences with '#include "xf86Parser.h"'. BTW, "-I-"
> > appears to be obsolete and should no longer be used.
>
> Good news.
>
> > xf86Parser.h/xf86Optrec.h can now reside in /usr/include/xorg, also on
> > SUSE! I'll send a patch for X.Org git ASAP, since the headers
> > currently aren't installed at all, even with
> > "--enable-install-libxf86config". :-(
>
> I made one earlier tonight, I could just commit it. Here 'tis.
This would be great!
Thanks,
Stefan
> diff --git a/hw/xfree86/parser/Makefile.am b/hw/xfree86/parser/Makefile.am
> index acda83d..6b9b62a 100644
> --- a/hw/xfree86/parser/Makefile.am
> +++ b/hw/xfree86/parser/Makefile.am
> @@ -25,10 +25,12 @@ libxf86config_a_SOURCES = \
>
> AM_CFLAGS = $(XORG_CFLAGS)
>
> +sdk_HEADERS = \
> + xf86Optrec.h \
> + xf86Parser.h
> +
> EXTRA_DIST = \
> Configint.h \
> configProcs.h \
> - xf86Optrec.h \
> - xf86Parser.h \
> xf86tokens.h \
> cpconfig.c
Public Key available
------------------------------------------------------
Stefan Dirsch (Res. & Dev.) SUSE LINUX Products GmbH
Tel: 0911-740 53 0 Maxfeldstraße 5
FAX: 0911-740 53 479 D-90409 Nürnberg
http://www.suse.de Germany
------------------------------------------------------
More information about the x-packagers
mailing list