fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / accessories / module_gallery_accessories.scp
blob15af621668cc65c0ffe3bc2ddf67ebb78c5c9e02
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 #include "AutoInstall/accessories_gallery"
13 #ifdef WITH_EXTRA_GALLERY
15 Module gid_Module_Optional_Accessories_Gallery
16     PackageInfo = "packinfo_accessories.txt";
17     MOD_NAME_DESC(MODULE_OPTIONAL_ACCESSORIES_GALLERY);
18     ParentID = gid_Module_Optional_Accessories;
19     Files = (auto_accessories_gallery_ALL);
20     Default = YES;
21     Styles = ( );
22 End
24 #endif