mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
more updates to ensure subsequent packages build
This commit is contained in:
parent
3a0a879172
commit
fdbe8a31be
@ -5,6 +5,7 @@ config BR2_PACKAGE_XORG
|
|||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
|
select BR2_PACKAGE_EXPAT
|
||||||
select BR2_PACKAGE_PKGCONFIG
|
select BR2_PACKAGE_PKGCONFIG
|
||||||
help
|
help
|
||||||
The official X Window system and server.
|
The official X Window system and server.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- xc/config/cf/host.def~ Thu May 12 15:28:01 MDT 2005
|
--- xc/config/cf/host.def~ Thu May 12 15:28:01 MDT 2005
|
||||||
+++ xc/config/cf/host.def Thu May 12 15:28:01 MDT 2005
|
+++ xc/config/cf/host.def Thu May 12 15:28:01 MDT 2005
|
||||||
@@ -0,0 +1,43 @@
|
@@ -0,0 +1,44 @@
|
||||||
+#define KDriveXServer YES
|
+#define KDriveXServer YES
|
||||||
+#define TinyXServer YES
|
+#define TinyXServer YES
|
||||||
+#define XfbdevServer YES
|
+#define XfbdevServer YES
|
||||||
@ -18,7 +18,8 @@
|
|||||||
+#define SystemUsrLibDir /usr/lib
|
+#define SystemUsrLibDir /usr/lib
|
||||||
+#define TkLibDir /usr/lib
|
+#define TkLibDir /usr/lib
|
||||||
+
|
+
|
||||||
+#define HasExpat NO
|
+#define HasExpat YES
|
||||||
|
+#define ExpatDir REPLACE_STAGING_DIR
|
||||||
+#define XprtServer NO
|
+#define XprtServer NO
|
||||||
+#define BuildXprintClients NO
|
+#define BuildXprintClients NO
|
||||||
+#define TouchScreen NO
|
+#define TouchScreen NO
|
||||||
|
@ -12,7 +12,7 @@ XORG_APPS:=xlsfonts/xlsfonts xmodmap/xmodmap xinit/startx \
|
|||||||
mkfontscale/mkfontscale mkfontdir/mkfontdir \
|
mkfontscale/mkfontscale mkfontdir/mkfontdir \
|
||||||
#xterm/xterm
|
#xterm/xterm
|
||||||
|
|
||||||
XORG_LIBS:= Xft fontconfig expat Xrender Xaw Xmu Xt \
|
XORG_LIBS:= Xft fontconfig Xrender Xaw Xmu Xt \
|
||||||
SM ICE Xpm Xp Xext X11 Xmuu Xxf86misc
|
SM ICE Xpm Xp Xext X11 Xmuu Xxf86misc
|
||||||
|
|
||||||
|
|
||||||
@ -97,9 +97,8 @@ $(XORG_XSERVER): $(XORG_DIR)/.configured
|
|||||||
touch -c $(XORG_XSERVER)
|
touch -c $(XORG_XSERVER)
|
||||||
|
|
||||||
$(STAGING_DIR)$(TARGET_LIBX)/libX11.so.6.2: $(XORG_XSERVER)
|
$(STAGING_DIR)$(TARGET_LIBX)/libX11.so.6.2: $(XORG_XSERVER)
|
||||||
-mkdir -p $(STAGING_DIR)$(TARGET_LIBX)
|
-mkdir -p $(STAGING_DIR)/usr/X11R6
|
||||||
rm -f $(STAGING_DIR)$(TARGET_LIBX)/pkgconfig
|
ln -fs ../../lib $(STAGING_DIR)$(TARGET_LIBX)
|
||||||
ln -fs ../../../lib/pkgconfig $(STAGING_DIR)$(TARGET_LIBX)/pkgconfig
|
|
||||||
( cd $(XORG_DIR); $(MAKE) \
|
( cd $(XORG_DIR); $(MAKE) \
|
||||||
DESTDIR=$(STAGING_DIR) install XCURSORGEN=xcursorgen MKFONTSCALE=mkfontscale )
|
DESTDIR=$(STAGING_DIR) install XCURSORGEN=xcursorgen MKFONTSCALE=mkfontscale )
|
||||||
$(SED) 's,/usr/X11R6,$(STAGING_DIR)/usr/X11R6,' $(STAGING_DIR)/usr/X11R6/lib/pkgconfig/*.pc
|
$(SED) 's,/usr/X11R6,$(STAGING_DIR)/usr/X11R6,' $(STAGING_DIR)/usr/X11R6/lib/pkgconfig/*.pc
|
||||||
@ -144,7 +143,8 @@ $(XORG_LIBX)/libX11.so.6.2: $(TARGET_XSERVER)
|
|||||||
touch -c $(XORG_LIBX)/libX11.so.6.2
|
touch -c $(XORG_LIBX)/libX11.so.6.2
|
||||||
|
|
||||||
|
|
||||||
xorg: zlib png pkgconfig freetype $(STAGING_DIR)$(TARGET_LIBX)/libX11.so.6.2 $(XORG_LIBX)/libX11.so.6.2
|
xorg: zlib png pkgconfig expat freetype \
|
||||||
|
$(STAGING_DIR)$(TARGET_LIBX)/libX11.so.6.2 $(XORG_LIBX)/libX11.so.6.2
|
||||||
|
|
||||||
xorg-source: $(DL_DIR)/$(XORG_SOURCE)
|
xorg-source: $(DL_DIR)/$(XORG_SOURCE)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user