fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / accessories / module_font_accessories.scp
blob1fe1e1c5b816c02f7aad38e12dc590442a53e61d
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  */
9 #include "macros.inc"
11 #ifdef WITH_EXTRA_FONT
13 Module gid_Module_Optional_Accessories_Fonts
14     PackageInfo = "packinfo_accessories.txt";
15     MOD_NAME_DESC(MODULE_OPTIONAL_ACCESSORIES_FONTS);
16     ParentID = gid_Module_Optional_Accessories;
17     Files = ( gid_File_Fnt_Extra );
18     Default = YES;
19     Styles = ( );
20 End
22 #endif