Upstream status: https://github.com/CCExtractor/ccextractor/pull/1505 From 272e0e1410135c3a5de105cecce400c7b2a9ed5b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 17 Mar 2023 09:49:29 -0400 Subject: [PATCH] linux/Makefile.am: Add missing generated header. This header is generated by the pre-build.sh script. The compilation fails if it is missing. * linux/Makefile.am (ccextractor_SOURCES): Add ../src/lib_ccx/compile_info_real.h. --- linux/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/Makefile.am b/linux/Makefile.am index fddc26a5..f83f1eff 100644 --- a/linux/Makefile.am +++ b/linux/Makefile.am @@ -118,6 +118,7 @@ ccextractor_SOURCES = \ ../src/lib_ccx/bitstream.h \ ../src/lib_ccx/ccx_common_option.c \ ../src/lib_ccx/ccx_common_common.c \ + ../src/lib_ccx/compile_info_real.h \ ../src/lib_ccx/utility.c \ ../src/lib_ccx/activity.c \ ../src/lib_ccx/asf_functions.c \ base-commit: cb496a711923c984251483776e652ca9c027513c -- 2.39.1 x/about/'>aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/desktop.tmpl
AgeCommit message (Expand)Author
2022-12-16system: examples: Add mode prop line....* gnu/system/examples/asus-c201.tmpl: Add a mode prop line. * gnu/system/examples/bare-bones.tmpl: Likewise. * gnu/system/examples/beaglebone-black.tmpl: Likewise. * gnu/system/examples/desktop.tmpl: Likewise. * gnu/system/examples/docker-image.tmpl: Likewise. * gnu/system/examples/lightweight-desktop.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl: Likewise. * gnu/system/examples/raspberry-pi-64.tmpl: Likewise. * gnu/system/examples/vm-image.tmpl: Likewise. Maxim Cournoyer
2022-01-05doc: Only use GDM and GNOME on x86_64....* gnu/system/examples/desktop.tmpl: Only use gnome-desktop-service-type and the default login manager in set-xorg-configuration when the target system is x86_64. Ricardo Wurmus
2021-12-19doc: Add group configuration example...* gnu/system/examples/desktop.tmpl: Add group configuration example. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Denis 'GNUtoo' Carikli
2021-11-23doc: Add new Swap Space section....* doc/guix.texi (operating-system Reference): Update swap-devices. * doc/guix.texi (Swap Space): Add it. * gnu/system/examples/desktop.tmpl: Add swap-devices example. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret