mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
libxinerama: Revert change - was due to stale/incorrect tarball.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1712 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
---
|
|
||||||
configure.ac | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: libXinerama-1.0.2/configure.ac
|
|
||||||
===================================================================
|
|
||||||
--- libXinerama-1.0.2.orig/configure.ac 2007-05-11 11:04:32.000000000 +0100
|
|
||||||
+++ libXinerama-1.0.2/configure.ac 2007-05-11 11:04:46.000000000 +0100
|
|
||||||
@@ -8,12 +8,13 @@ AC_INIT([libXinerama],
|
|
||||||
libXinerama)
|
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([Makefile.am])
|
|
||||||
+AC_CONFIG_AUX_DIR(.)
|
|
||||||
+
|
|
||||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
|
||||||
|
|
||||||
AM_CONFIG_HEADER([config.h])
|
|
||||||
-AC_CONFIG_AUX_DIR(.)
|
|
||||||
|
|
||||||
# Checks for programs.
|
|
||||||
AC_PROG_LIBTOOL
|
|
||||||
@@ -3,12 +3,10 @@ require xorg-lib-common.inc
|
|||||||
DESCRIPTION = "Xinerama library"
|
DESCRIPTION = "Xinerama library"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
DEPENDS += " virtual/libx11 libxext xextproto xineramaproto"
|
DEPENDS += " virtual/libx11 libxext xextproto xineramaproto"
|
||||||
PROVIDES = "xinerama"
|
PROVIDES = "xinerama"
|
||||||
|
|
||||||
SRC_URI += "file://configure_fix.patch;patch=1"
|
|
||||||
|
|
||||||
XORG_PN = "libXinerama"
|
XORG_PN = "libXinerama"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user