[Bf-blender-cvs] [c5d2ba51af5] decoration: branch parent_frame

Christian Rauch noreply at git.blender.org
Mon Jun 1 01:20:13 CEST 2020


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

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