Removes references to mibstore.h and miInitializeBackingStore, which have been removed from xorg-server. Zack Rusin wrote: "It was a noop for at least 5 years and it has been removed." See: http://patches.openembedded.org/patch/46133/ --- xf86-video-ark-0.7.5/src/ark_driver.c.~1~ 2012-07-17 00:51:36.000000000 -0400 +++ xf86-video-ark-0.7.5/src/ark_driver.c 2014-12-19 00:23:13.028931734 -0500 @@ -39,7 +39,6 @@ #include "compiler.h" #include "mipointer.h" #include "micmap.h" -#include "mibstore.h" #include "fb.h" #include "ark.h" @@ -538,7 +537,6 @@ fbPictureInit (pScreen, 0, 0); - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); if (!pARK->NoAccel) { Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/docker.scm
AgeCommit message (Expand)Author
2020-10-17services: docker: Fix missing containerd-shim binary....Oleg Pykhalov
2020-09-23services: docker: Fix configuration....Oleg Pykhalov
2020-09-21services: Docker: Fix typo in configuration....Efraim Flashner
2020-09-21services: docker: Fix enable-proxy? option....Jesse Dowell
2020-09-15services: docker: Fix service definition....Oleg Pykhalov
2020-09-14services: docker: Fix service definition....Efraim Flashner
2020-09-14services: docker: Make docker command available....Efraim Flashner
2020-08-16services: docker: Add 'enable-iptables?' argument....Alexey Abramov
2020-06-03gnu: services: docker: Add a debug? parameter....Maxim Cournoyer
2020-04-27file-systems: mount the PID cgroup filesystem....Jakub Kądziołka
2019-06-07services: Add Singularity....Ludovic Courtès
2019-05-05services: docker: Add new fields to support proxy....Maxim Cournoyer