.
This commit is contained in:
parent
dd63891319
commit
2d84558da6
1 changed files with 0 additions and 22 deletions
|
@ -87,28 +87,6 @@ Wayland compositor based on wlroots") (description "Hyprland.")
|
|||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
;;(delete-file-recursively "subprojects/wlroots")
|
||||
;;(delete-file-recursively "subprojects/udis86")
|
||||
(substitute* "CMakeLists.txt"
|
||||
((".*subprojects/udis86.*") "\n")
|
||||
;; ((".*subprojects/wlroots.*") "\n")
|
||||
;; (("include.ExternalProject.*") "\n")
|
||||
;; ((""))
|
||||
;; ((".*\"subprojects/wlroots.*\"") "")
|
||||
;; (("find_program.WaylandScanner.*")
|
||||
;; (string-append "set(WaylandScanner '"
|
||||
;; #$wayland
|
||||
;; "/bin/wayland-scanner')\n"))
|
||||
;; (("pixman-1)") "pixman-1 wlroots)"))
|
||||
;; (substitute* "meson.build"
|
||||
;; (("wlroots = .*") "wlroots = dependency('wlroots')\n")
|
||||
;; (("have_xwlr = .*") "have_xwlr = true\n")
|
||||
;; (("udis = .*") "\n")
|
||||
;; (("udis86 = .*") "udis86 = dependency('udis86')\n")
|
||||
;; (("xcb_dep = .*") "xcb_dep = dependency('xcb')\n")
|
||||
;; ((".*subdirs:.*") "")
|
||||
;; (("") ""))
|
||||
|
||||
(substitute* "src/render/OpenGL.cpp"
|
||||
(("/usr") "$out")))))))
|
||||
(build-system meson-build-system)
|
||||
|
|
Loading…
Reference in a new issue