forked from pool/MyGUI
badc2a30b4
- Renamed patches: - MyGUI-libCommon-fixup.patch -> MyGUI-libs-versioning.patch - Added patches: - MyGUI-install-libCommon.patch - Extracted "tools" to a subpackage; fixed generated desktop files. - Moved devel "*.so" files to "devel" subpackage. MyGUI contains only libs with versions. Installing dependent applications doesn't pull MyGUI-devel. OBS-URL: https://build.opensuse.org/request/show/927606 OBS-URL: https://build.opensuse.org/package/show/games/MyGUI?expand=0&rev=26
11 lines
362 B
Diff
11 lines
362 B
Diff
Index: mygui-MyGUI3.4.0/Common/CMakeLists.txt
|
|
===================================================================
|
|
--- mygui-MyGUI3.4.0.orig/Common/CMakeLists.txt
|
|
+++ mygui-MyGUI3.4.0/Common/CMakeLists.txt
|
|
@@ -173,3 +173,5 @@ if(NOT WIN32)
|
|
include_directories(${X11_INCLUDE_DIR})
|
|
endif(UNIX AND NOT APPLE)
|
|
endif()
|
|
+
|
|
+mygui_install_target(${PROJECTNAME} "")
|