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-trident-1.3.6/src/trident_driver.c.~1~ 2012-07-15 22:16:00.000000000 -0400 +++ xf86-video-trident-1.3.6/src/trident_driver.c 2014-12-19 01:45:29.529410518 -0500 @@ -56,7 +56,6 @@ #include "mipointer.h" -#include "mibstore.h" #include "shadow.h" #include "trident.h" #include "trident_regs.h" @@ -3037,7 +3036,6 @@ TridentAccelInit(pScreen); } - miInitializeBackingStore(pScreen); xf86SetBackingStore(pScreen); /* Initialise cursor functions */ '>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/inkscape.scm
AgeCommit message (Expand)Author
2016-11-10gnu: inkscape: Use modify-phases syntax....* gnu/packages/inkscape.scm (inkscape)[arguments]: Use modify-phases syntax. Ricardo Wurmus
2016-05-02Revert "Revert "gnu: inkscape: Fix build with glibmm-2.48.""...This reverts commit 267061ba0bc6df0d61081b97d650d95acec8178a. 宋文武
2016-04-23Revert "gnu: inkscape: Fix build with glibmm-2.48."...This reverts commit 0118c6ab62ac90136fe877ded67869c104440ffd. Mark H Weaver
2016-04-23gnu: inkscape: Fix build with glibmm-2.48....* gnu/packages/patches/inkscape-drop-wait-for-targets.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/inkscape.scm (inkscape)[source]: Add patch. Mark H Weaver
2015-10-20gnu: inkscape: Fix build with newer GLibmm....* gnu/packages/inkscape.scm (inkscape)[arguments]: Add #:configure-flags. Ludovic Courtès