blob: a17ab98aa1fae2b1d44328627c978c5dcce044ec [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
cups_filters_mask="
/usr/share/cups/drv
/usr/share/cups/ppdc
"
PKG_INSTALL_MASK+=" ${cups_filters_mask}"
INSTALL_MASK+=" ${cups_filters_mask}"
unset cups_filters_mask
cros_pre_src_prepare_enable_cxx_exceptions() {
cros_enable_cxx_exceptions
}