diff options
-rw-r--r-- | conf/distro/chinook-compat.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index 9f5ef26388..213b33cec8 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -196,6 +196,9 @@ PREFERRED_VERSION_classpath = "0.98" PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk-hildon" PREFERRED_VERSION_swt3.4-gtk-hildon = "3.4" +# Does not build with later versions +PREFERRED_VERSION_fakeroot-native = "1.9.6" + # WARNING: If you change these values after the respective package has # been built the change will have no effect. Edit the package's file in # ${STAGING}/pkgdata/runtime then. |