Skip to content

Commit

Permalink
Fixed typo in build process.
Browse files Browse the repository at this point in the history
* Fixed typo in build process configure.ac file.
* Some improvments and tweaks to the skin.
  • Loading branch information
neoatomic committed Feb 9, 2017
1 parent 04740aa commit bd1fe4a
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 261 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -113,7 +113,7 @@ AC_ARG_WITH(colorlcd800,
if test x"$withcolorlcd800" != xno ; then
AC_DEFINE(HAVE_COLORLCD800, 1,[Define when using a 800x480 color display device])
fi
AM_CONDITIONAL(HAVE_COLORLCD800, test x"$withcolorlcd720" != xno)
AM_CONDITIONAL(HAVE_COLORLCD800, test x"$withcolorlcd800" != xno)


AC_OUTPUT([
Expand Down
Binary file removed skins/display800/OE-A_LCDSkin_1/4.3.png
Binary file not shown.

0 comments on commit bd1fe4a

Please sign in to comment.