SHA256
1
0
forked from pool/MyGUI
MyGUI/MyGUI-install-libCommon.patch
Dirk Stoecker badc2a30b4 Accepting request 927606 from home:etamPL:branches:games
- 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
2021-11-03 07:20:53 +00:00

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} "")