# Retrieved from upstream: # https://github.com/pjsip/pjproject/commit/742f7dc252ded778a8b677937791c02e2fbc0dde diff --git a/Makefile b/Makefile index 31a6d39d4..74e246a44 100644 --- a/Makefile +++ b/Makefile @@ -121,9 +121,10 @@ cmp_wav: install: mkdir -p $(DESTDIR)$(libdir)/ - cp -af $(APP_LIB_FILES) $(DESTDIR)$(libdir)/ if [ "$(PJ_EXCLUDE_PJSUA2)x" = "x" ] ; then \ - cp -af $(PJ_DIR)/pjsip/lib/libpjsua2-$(LIB_SUFFIX) $(DESTDIR)$(libdir)/; \ + cp -af $(APP_LIBXX_FILES) $(DESTDIR)$(libdir)/; \ + else \ + cp -af $(APP_LIB_FILES) $(DESTDIR)$(libdir)/; \ fi mkdir -p $(DESTDIR)$(includedir)/ for d in pjlib pjlib-util pjnath pjmedia pjsip; do \ e='id' value='f73750e6f45959864921bb3ef29b5ff545dc30f8'/> Wojtek's customized Guixaboutsummaryrefslogtreecommitdiff
path: root/gnu/home/services/desktop.scm
AgeCommit message (Expand)Author
2024-05-30home: services: Add home-startx-command-service-type....* gnu/home/services/desktop.scm (home-startx-command-service-type): New variable. (startx-command-service-type): New service-type mapping. * doc/guix.texi (Guix Home Services): Document home-startx-command-service-type. Change-Id: Id38b5dc7b9235e04e3a9a1b70a35b02e8fae95f0 Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Tomas Volf
2023-11-05home: services: Add 'x11-display' service....* gnu/home/services/desktop.scm (x11-shepherd-service): New procedure. (home-x11-service-type): New variable. (redshift-shepherd-service): Add 'requirement' field. (home-redshift-service-type): Extend 'home-x11-service-type'. * doc/guix.texi (Desktop Home Services): Document it. Change-Id: Ibd46d71cbb80fcdff8dbf3e8dbcfc3b24163bdb6 Ludovic Courtès
2023-09-14home: services: redshift: Use redshift package specified in configuration...* gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift package specified by config. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kjartan Oli Agustsson