avoid building directfb for now

This commit is contained in:
Gustavo Noronha
2008-09-25 00:40:29 +00:00
parent 49cb8b2d80
commit ed05b2b3c1
2 changed files with 6 additions and 2 deletions

4
debian/changelog vendored
View File

@ -18,8 +18,10 @@ gtk+2.0 (2.14.3-1) UNRELEASED; urgency=low
JPEG2000
* debian/patches/092_fix_printtest_include.patch:
- new patch, to fix build problem in print test
* debian/rules:
- FIXME: do not build directfb for now; we need a newer libdirectfb-dev
-- Gustavo Noronha Silva <kov@debian.org> Wed, 24 Sep 2008 21:12:33 -0300
-- Gustavo Noronha Silva <kov@debian.org> Wed, 24 Sep 2008 21:38:58 -0300
gtk+2.0 (2.12.11-4) UNRELEASED; urgency=low

4
debian/rules vendored
View File

@ -75,7 +75,9 @@ ALL_PKGS := $(BINARY_INDEP_PKGS) $(BINARY_ARCH_PKGS)
# list of flavors we build; each gets a builddir, a configure pass (configure
# args are defined below), a build pass, and an install pass (in two steps)
# Note: the shared flavor is required
FLAVORS := directfb shared static
# FIXME: readd directfb as soon as libdirectfb-dev is updated to the 1.2.x
# series
FLAVORS := shared static
# list of flavors to run the test suite on
# don't run the directfb testsuite on kfreebsd as it hangs; see #431477