tyler writes:
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Apr 2006 17:40:47 +0000 (17:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Apr 2006 17:40:47 +0000 (17:40 -0000)
commitb607f5cdc3bc1c14ca3b049ea9f3b5de39883869
tree617e3ec819701b06ae9a86c2785ff233ef23f3c3
parent5c08468027f868f1c301075c3a288208168bbbd0
tyler writes:
Building DirectFB compiles fine and installs fine, but when running on the
target the libraries look for DirectFB modules within a path that was defined
as $(PREFIX) during the build. Under buildroot PREFIX is set to
$(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies.

Instead, it should be built such that PREFIX=/usr then have prefix &
exec_prefix set to $(STAGING_DIR)/usr when it's time to install.
package/directfb/directfb.mk