ecc7522afa
OBS-URL: https://build.opensuse.org/request/show/66573 OBS-URL: https://build.opensuse.org/package/show/games/MyGUI?expand=0&rev=1
14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
addFilter("devel-file-in-non-devel-package .*/MYGUI/Media/Tools/LayoutEditor/CodeTemplates.*")
|
|
|
|
# MyGUI-devel
|
|
addFilter("no-dependency-on .*/libMyGUI")
|
|
addFilter("static-library-without-debuginfo .*/libMyGUI.OgrePlatform.a")
|
|
|
|
# MyGUI-devel-doc
|
|
addFilter("devel-package-with-non-devel-group Documentation/HTML")
|
|
|
|
# MyGUI-demo
|
|
setBadness('shlib-policy-name-error', 0) |