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-tga-1.2.2/src/tga_accel.c.~1~ 2012-07-15 23:54:04.000000000 -0400 +++ xf86-video-tga-1.2.2/src/tga_accel.c 2014-12-19 01:40:27.535913013 -0500 @@ -37,7 +37,6 @@ #include "xf86cmap.h" #include "mipointer.h" -#include "mibstore.h" #include "miline.h" #include "tga_regs.h" --- xf86-video-tga-1.2.2/src/tga_driver.c.~1~ 2012-07-15 23:54:28.000000000 -0400 +++ xf86-video-tga-1.2.2/src/tga_driver.c 2014-12-19 01:40:48.756018238 -0500 @@ -46,8 +46,6 @@ /* software cursor */ #include "mipointer.h" -/* backing store */ -#include "mibstore.h" /* #include "mibank.h" */ /* colormap manipulation */ @@ -1451,7 +1449,6 @@ fbPictureInit (pScreen, 0, 0); - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); xf86SetSilkenMouse(pScreen); aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/acl.scm
AgeCommit message (Collapse)Author
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.Janneke Nieuwenhuizen
* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-18gnu: python-pylibacl: Add missing brace in description.Ludovic Courtès
Regression introduced in 133f780039e63798535e4f52a4d9f1810ea5b2ab. * gnu/packages/acl.scm (python-pylibacl)[description]: Add missing brace.
2021-10-15gnu: python-pylibacl: Improve description.Tobias Geerinckx-Rice
* gnu/packages/acl.scm (python-pylibacl)[synopsis]: Use @acronym{}. [description]: Turn into a full sentence, mark up, and edit for GNU.
2021-10-15gnu: python-pylibacl: Do not return #t from custom phases.Tobias Geerinckx-Rice
* gnu/packages/acl.scm (python-pylibacl)[arguments]: Don't explicitly return #t from phases.
2021-07-23gnu: acl: Update to 2.3.1.Marius Bakke
* gnu/packages/acl.scm (acl): Update to 2.3.1.