windowsNavigator: fix build

We need to flag this extension as recognized, else it fails when
configuring.
This commit is contained in:
Giovanni Campagna
2011-01-18 22:54:33 +01:00
parent 1f2b0d0ec5
commit 79a66c0679

View File

@@ -32,7 +32,7 @@ for e in $enable_extensions; do
ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"
ADDITIONAL_PACKAGES="gnome-desktop-3.0 >= 2.91.6"
;;
alternate-tab|example)
alternate-tab|example|windowsNavigator)
ENABLED_EXTENSIONS="$ENABLED_EXTENSIONS $e"
;;
*)