From ed05b2b3c1b8ed50b086d02c3feae9ecb880f449 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Date: Thu, 25 Sep 2008 00:40:29 +0000 Subject: [PATCH] avoid building directfb for now --- debian/changelog | 4 +++- debian/rules | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d291604fab..b1608b8da1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 24 Sep 2008 21:12:33 -0300 + -- Gustavo Noronha Silva Wed, 24 Sep 2008 21:38:58 -0300 gtk+2.0 (2.12.11-4) UNRELEASED; urgency=low diff --git a/debian/rules b/debian/rules index 2f3ac50925..840da4ac9e 100644 --- a/debian/rules +++ b/debian/rules @@ -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