On 5/26/06, Chris Vetter <[EMAIL PROTECTED]> wrote:
On 2006-05-26 01:14:00 +0200 Yen-Ju Chen <[EMAIL PROTECTED]> wrote:
> I just committed XWindowServerKit into SVN
> and make MenuServer use it when 'make x11=yes'.
> In this case, MenuServer will stay in all desktops.
> If people think this approach is fine, I can fill up the rest.
> Have fun.

I'm not sure how/why it works on Linux, but on FreeBSD, you will need
to modify the top-level GNUmakefile, eg:

   ifeq ($(x11), yes)
         ADDITIONAL_GUI_LIBS = -lXWindowServerKit
         ADDITIONAL_CPPFLAGS += -DXWindowServerKit
     ifeq ($(findstring freebsd, $(GNUSTEP_TARGET_OS)), freebsd)
         ADDITIONAL_OBJCFLAGS += -I/usr/X11R6/include
     endif
   endif

The second ifeq can/should be removed, since most likely other systems
will have to include X11 as well.

Thanx. I fix this one (not tested) without second ifeq as you suggested.

Yen-Ju

_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to