Makefile simplifications by me. Harness gravity with your crayon and set about creating blocks, ramps, levers, pulleys and whatever else you fancy to get the little red thing to the little yellow thing. Numpty Physics is a drawing puzzle game in the spirit (and style?) of Crayon Physics using the same excellent Box2D engine.
13 lines
515 B
Plaintext
13 lines
515 B
Plaintext
$OpenBSD: patch-configure_in,v 1.1.1.1 2009/01/28 10:12:35 sthen Exp $
|
|
--- configure.in.orig Tue Jan 27 21:57:05 2009
|
|
+++ configure.in Tue Jan 27 21:57:14 2009
|
|
@@ -47,7 +47,7 @@ if test "x${enable_hildon}" = "xyes" ; then
|
|
AC_SUBST(HILDON_CFLAGS)
|
|
AC_SUBST(HILDON_LIBS)
|
|
else
|
|
- desktopentrydir=/usr/share/applications
|
|
+ desktopentrydir=$datadir/applications
|
|
serviceentrydir=$datadir/numptyphysics
|
|
icon_26x26dir=$datadir/icons/hicolor/26x26/apps
|
|
icon_34x34dir=$datadir/icons/hicolor/34x34/apps
|