This commit is contained in:
Nishi 2025-11-25 05:32:58 +09:00
commit cf70804aa2
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 12 additions and 9 deletions

View file

@ -10,6 +10,8 @@ include(CheckIncludeFiles)
check_include_files(paths.h HAS_PATHS_H)
include(GNUInstallDirs)
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}")
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
configure_file(include/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)
include_directories(${CMAKE_CURRENT_BINARY_DIR})

View file

@ -1,4 +1,4 @@
Copyright (c) 2025, Milsko Desktop Experience development team
Copyright (c) 2025, MDE Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without

2
external/milsko generated vendored

@ -1 +1 @@
Subproject commit 08a90760ddd9f07a27bc2fa078515011c4a86593
Subproject commit ef9a35ec0d763b5f518fed4b3216494e9759245e

View file

@ -1,11 +1,12 @@
#!/bin/sh
format() {
echo "-- $1"
old="`pwd`"
cd $1
clang-format --verbose -i `find $2 -name "*.c" -or -name "*.h"`
cd ..
cd "$old"
}
format mdebase "mdm milkwm mpanel"
format mdelibs "audio core include"
format mdelibs "audio audio/pthread core sound include"
format mdeutils "mbiff mauplay"

@ -1 +1 @@
Subproject commit ef12940bccd0bd57311437ecad23d3e9cda0f973
Subproject commit 3523b65d1e4e55f8744d80298ab293a46155c7d8

@ -1 +1 @@
Subproject commit a48d6cd97faf113ca3083e21dd0ad5adb8b4ce47
Subproject commit 08a3fa8f20bfd0c34d9f116f2f4092ddcad63db9

@ -1 +1 @@
Subproject commit f20c850deeacae0bb7fa696f7e31b3bd8756bc1d
Subproject commit 0f7558cf898583806d9333b12a56d1d1c8b76c6b

@ -1 +1 @@
Subproject commit c6960ffb9fb3b0a204f7e16f2ff05e3da1230afb
Subproject commit 6a27bfaf288d8748cd7cb4d992cc32d095426333

@ -1 +1 @@
Subproject commit 1e2eed03de76daef63b18db7c34cc4b5ab5cc69f
Subproject commit d0b3d68fd895cab550caf7a8a8e4038319543ead