Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r4142 - in trunk/src/target/opkg: . src ([EMAIL PROTECTED])
   2. r4143 - developers/werner/bin ([EMAIL PROTECTED])
--- Begin Message ---
Author: mickey
Date: 2008-02-29 20:05:36 +0100 (Fri, 29 Feb 2008)
New Revision: 4142

Modified:
   trunk/src/target/opkg/ChangeLog
   trunk/src/target/opkg/Makefile.am
   trunk/src/target/opkg/configure.ac
   trunk/src/target/opkg/src/opkg-frontend.c
Log:
opkg: catch up with removals and fix include statement in opkg-frontend.c


Modified: trunk/src/target/opkg/ChangeLog
===================================================================
--- trunk/src/target/opkg/ChangeLog     2008-02-29 18:59:53 UTC (rev 4141)
+++ trunk/src/target/opkg/ChangeLog     2008-02-29 19:05:36 UTC (rev 4142)
@@ -0,0 +1,4 @@
+2008-02-29     Michael Lauer   <[EMAIL PROTECTED]>
+
+       * src/opkg-frontend.c: fix include statement to make it build again
+       * many files: remove autogenerated stuff and familiar directory

Modified: trunk/src/target/opkg/Makefile.am
===================================================================
--- trunk/src/target/opkg/Makefile.am   2008-02-29 18:59:53 UTC (rev 4141)
+++ trunk/src/target/opkg/Makefile.am   2008-02-29 19:05:36 UTC (rev 4142)
@@ -1,4 +1,4 @@
-SUBDIRS = familiar libbb libopkg tests src
+SUBDIRS = libbb libopkg tests src
 
 [EMAIL PROTECTED]@
 [EMAIL PROTECTED]@
@@ -26,4 +26,4 @@
        aclocal.m4
 
 package: all-recursive
-       STRIPPROG=$(STRIP) familiar/rules INSTALL=$$PWD/install-sh  binary-arch
+       STRIPPROG=$(STRIP) INSTALL=$$PWD/install-sh  binary-arch

Modified: trunk/src/target/opkg/configure.ac
===================================================================
--- trunk/src/target/opkg/configure.ac  2008-02-29 18:59:53 UTC (rev 4141)
+++ trunk/src/target/opkg/configure.ac  2008-02-29 19:05:36 UTC (rev 4142)
@@ -131,11 +131,6 @@
     libopkg/Makefile
     tests/Makefile
     src/Makefile
-    familiar/Makefile
-    familiar/control
-    familiar/control-unstripped
-    familiar/libopkg-control
-    familiar/libopkg-dev-control
     libbb/Makefile
     libopkg.pc
     opkg.h)

Modified: trunk/src/target/opkg/src/opkg-frontend.c
===================================================================
--- trunk/src/target/opkg/src/opkg-frontend.c   2008-02-29 18:59:53 UTC (rev 
4141)
+++ trunk/src/target/opkg/src/opkg-frontend.c   2008-02-29 19:05:36 UTC (rev 
4142)
@@ -18,7 +18,7 @@
    
 */
 
-#include <libopkg/libopkg.h>
+#include <libopkg.h>
 
 /* This is really small, eh? ;-) */
 




--- End Message ---
--- Begin Message ---
Author: werner
Date: 2008-03-01 03:24:32 +0100 (Sat, 01 Mar 2008)
New Revision: 4143

Modified:
   developers/werner/bin/layout4
Log:
layout4: added 1280x1024 layout



Modified: developers/werner/bin/layout4
===================================================================
--- developers/werner/bin/layout4       2008-02-29 19:05:36 UTC (rev 4142)
+++ developers/werner/bin/layout4       2008-03-01 02:24:32 UTC (rev 4143)
@@ -7,6 +7,15 @@
 
 RES="`xdpyinfo | awk '/dimensions:/{print $2}' | sed 1q`"
 case $RES in
+    1280x1024)
+       FONT=5x7
+       X1=80x57+0+157
+       X2=80x57+0-0
+       X3="80x48+430+7 -fn 6x10"
+       X4="80x47+428-0 -fn 6x10"
+       X5=80x59-0+58
+       X6=80x63-0-0
+       ;;
     1680x1050)
        X1=80x40+23+165
        X2=80x40+23-20




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to