lyx (all versions): change order of inherit statements to catch up with changes in...
authorMichael Lauer <mickey@vanille-media.de>
Sat, 1 Dec 2007 15:07:05 +0000 (15:07 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 1 Dec 2007 15:07:05 +0000 (15:07 +0000)
packages/lyx/lyx_1.4.1.bb
packages/lyx/lyx_1.4.4.bb
packages/lyx/lyx_1.5.1.bb

index f0c139d..1a89a42 100644 (file)
@@ -10,7 +10,7 @@ PR = "r1"
 SRC_URI = "svn://svn.lyx.org/lyx/lyx-devel/tags;module=lyx-1_4_1;rev=13847"
 S = "${WORKDIR}/lyx-1_4_1"
 
-inherit autotools qt3x11
+inherit qt3x11 autotools
 
 EXTRA_OECONF = "--with-frontend=qt --with-qt-dir=${QTDIR}"
 PARALLEL_MAKE = ""
index d9156cd..26970a3 100644 (file)
@@ -10,7 +10,7 @@ PR = "r0"
 SRC_URI = "svn://svn.lyx.org/lyx/lyx-devel/tags;module=lyx-1_4_4;rev=17185"
 S = "${WORKDIR}/lyx-1_4_4"
 
-inherit autotools qt3x11
+inherit qt3x11 autotools
 
 EXTRA_OECONF = "--with-frontend=qt --with-qt-dir=${QTDIR}"
 PARALLEL_MAKE = ""
index 60c1085..cc2034b 100644 (file)
@@ -11,7 +11,7 @@ DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "http://lyx.cybermirror.org/stable/lyx-${PV}.tar.bz2"
 
-inherit autotools qt4x11
+inherit qt4x11 autotools
 
 EXTRA_OECONF = " --with-qt4-dir=${QTDIR} -enable-pch"
 EXTRA_QMAKEVARS_POST = "DEFINES+=_LIBC"