diff options
| author | Lars-Peter Clausen | 2009-10-31 00:28:58 +0000 |
|---|---|---|
| committer | Lars-Peter Clausen | 2009-10-31 00:28:58 +0000 |
| commit | fa14a51c0338486c5145c1f91cb8033c4d91ba9a (patch) | |
| tree | cdbdd597063b7cc5d91044ee200788b0646d5599 | |
| parent | 53042cb52c13ae0d6e8b4aea652f3697da7656ca (diff) | |
| download | feeds-fa14a51c0338486c5145c1f91cb8033c4d91ba9a.tar.gz | |
Fix recordmydesktop build under Xorg 7.5
SVN-Revision: 18243
| -rw-r--r-- | desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch b/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch new file mode 100644 index 0000000..ec53f4a --- /dev/null +++ b/desktop/apps/recordmydesktop/patches/001-fix-shm-header.patch @@ -0,0 +1,26 @@ +diff --git a/src/rmd_getzpixmap.c b/src/rmd_getzpixmap.c +index 33c31c2..ef31561 100644 +--- a/src/rmd_getzpixmap.c ++++ b/src/rmd_getzpixmap.c +@@ -32,7 +32,7 @@ + + #include <X11/Xlib.h> + #include <X11/Xlibint.h> +-#include <X11/extensions/shmstr.h> ++#include <X11/extensions/shmproto.h> + #include <X11/extensions/XShm.h> + + +diff --git a/src/rmd_update_image.c b/src/rmd_update_image.c +index 502b859..d8033b5 100644 +--- a/src/rmd_update_image.c ++++ b/src/rmd_update_image.c +@@ -32,7 +32,7 @@ + #include "rmd_types.h" + + #include <X11/Xlibint.h> +-#include <X11/extensions/shmstr.h> ++#include <X11/extensions/shmproto.h> + #include <X11/extensions/XShm.h> + + |