ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] [Patch] Spport for GTK2 to be compiled with X11 or DirectFB


From: Rogério de Souza Moraes
Subject: Re: [Ltib] [Patch] Spport for GTK2 to be compiled with X11 or DirectFB
Date: Mon, 17 Aug 2009 11:16:49 -0300

Hi Stuart,

I did another patch using your sugestion. It enables gtk2 and pango to be compiled with X11 support.

Best regards.

2009/8/15 Stuart Hughes <address@hidden>
Hi Rogerio,

I don't think the variable PKG_XORG_SERVER gets exported to the build environment.  However all the _WANT_ symbols do.

There is a symbol: PKG_XORG_SERVER_WANT_XORG which indicates you're building the real X server rather than the X frame buffer server.  Would this be the right thing to use?

If not, rather than add another environment variable to ltib, it would be better to do the test in a similar way to how it's done in xorg-server.spec, something like:

if rpm --dbpath %{_dbpath} -q xorg-server &>/dev/null
then
   extra_opts='--with-x'
else
   extra_opts='--without-x'
fi

In this case if the xorg-server package is built & installed in either mode (frame-buffer or full X) then --with-x gets set.

Regards, Stuart


Rogério de Souza Moraes wrote:
Hi Stuart,

this is a new patch that makes possible to compile GTK2 with support to X11 or DirectFB.

Best regarts.

Rogerio


Attachment: X11_support.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]