Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Apparently Haiku is removing /boot/common (thanks, scottmc!).
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+2
−2
configure
-
+1
−1
configure.in
|
|
|
|
|
|
|
|
*-*-haiku*) |
|
|
ARCH=haiku |
|
|
ac_default_prefix=/boot/common |
|
|
ac_default_prefix=/boot/system |
|
|
CheckDummyVideo |
|
|
CheckDiskAudio |
|
|
CheckDummyAudio |
|
|
|
|
SOURCES="$SOURCES $srcdir/src/filesystem/haiku/*.cc" |
|
|
have_filesystem=yes |
|
|
fi |
|
|
# The BeOS platform requires special setup. |
|
|
# The Haiku platform requires special setup. |
|
|
SOURCES="$srcdir/src/main/haiku/*.cc $SOURCES" |
|
|
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lroot -lbe -lmedia -lgame -ldevice -ltextencoding" |
|
|
;; |
|
@@ -2627,7 +2627,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau |
|
|
|
|
|
*-*-haiku*) |
|
|
ARCH=haiku |
|
|
ac_default_prefix=/boot/common |
|
|
ac_default_prefix=/boot/system |
|
|
CheckDummyVideo |
|
|
CheckDiskAudio |
|
|
CheckDummyAudio |
|
|