[Bf-blender-cvs] [464c242deb6] decoration: branch parent_frame

Christian Rauch noreply at git.blender.org
Sun May 24 01:15:29 CEST 2020


Commit: 464c242deb6e4b70041f06482790a952c80208e9
Author: Christian Rauch
Date:   Thu May 21 21:54:54 2020 +0100
Branches: decoration
https://developer.blender.org/rB464c242deb6e4b70041f06482790a952c80208e9

branch parent_frame

===================================================================

M	extern/libdecoration.cmake

===================================================================

diff --git a/extern/libdecoration.cmake b/extern/libdecoration.cmake
index 16ba2f289fd..4e80a75a64e 100644
--- a/extern/libdecoration.cmake
+++ b/extern/libdecoration.cmake
@@ -1,7 +1,7 @@
 include(ExternalProject)
 ExternalProject_Add(libdecoration
-    GIT_REPOSITORY https://gitlab.gnome.org/jadahl/libdecoration.git
-    GIT_TAG master
+    GIT_REPOSITORY https://gitlab.gnome.org/christian-rauch/libdecoration.git
+    GIT_TAG parent_frame
     PREFIX "${CMAKE_CURRENT_BINARY_DIR}/libdecoration"
     CONFIGURE_COMMAND meson --prefix "${CMAKE_BINARY_DIR}" --libdir "lib" ../libdecoration
     BUILD_COMMAND ninja



More information about the Bf-blender-cvs mailing list