Le vendredi 29 décembre 2006 à 03:00 +0100, Mathias Brodala a écrit :
> > This is the directFB variant of GTK+ breaking, as your patch is using
> > direct X11 primitives instead of portable ones. I guess you have to
> > disable the directFB build and build only the X11 variant.
> 
> Last question for today (hm, ok tomorrow’s today now here): How do I disable 
> the
> directFB build?

Currently this is not easy. If you can't make your patch to apply
cleanly (i.e. without requiring this X11 specific header), the easiest
solution is probably to not apply the patch to the directFB build. Which
means, you move it out of debian/patches/, and you add right after this
line:
        cp -ar $(BUILD_DIR) $(BUILD_SHARED_DIR)

a command that applies your patch:
        patch -d $(BUILD_SHARED_DIR) -p1 < debian/foo.patch

-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to