add feature flag for display support. will be used as dependency for x.org
[openwrt-10.03/.git] / scripts / metadata.pl
index f84bd462fa3440979bac699a3ab9b753508e7943..914b5127b4ad1dbf61d88976bd371c2e6abccc2f 100755 (executable)
@@ -151,6 +151,7 @@ sub target_config_features(@) {
 
        while ($_ = shift @_) {
                /broken/ and $ret .= "\tdepends BROKEN\n";
+               /display/ and $ret .= "\tselect DISPLAY_SUPPORT\n";
                /pci/ and $ret .= "\tselect PCI_SUPPORT\n";
                /usb/ and $ret .= "\tselect USB_SUPPORT\n";
                /pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";