Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninoh-FOX committed Jun 30, 2021
1 parent 1ec136c commit 59e7cdf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package/sdl/sdl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ifeq ($(BR2_PACKAGE_MESA3D),y)
SDL_DEPENDENCIES += mesa3d
endif

ifeq (S(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
ifeq ($(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
SDL_DEPENDENCIES += mesa3d-etna_viv
endif

Expand Down
2 changes: 1 addition & 1 deletion package/sdl2/sdl2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ifeq ($(BR2_PACKAGE_MESA3D),y)
LIBGLES_DEPENDENCIES = mesa3d
endif

ifeq (S(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
ifeq ($(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
LIBGLES_DEPENDENCIES = mesa3d-etna_viv
endif

Expand Down
2 changes: 1 addition & 1 deletion package/sdl_compat/sdl_compat.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ifeq ($(BR2_PACKAGE_MESA3D),y)
SDL_COMPAT_DEPENDENCIES += mesa3d
endif

ifeq (S(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
ifeq ($(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
SDL_COMPAT_DEPENDENCIES += mesa3d-etna_viv
endif

Expand Down
2 changes: 1 addition & 1 deletion package/wayland-kms/wayland-kms.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ifeq ($(BR2_PACKAGE_MESA3D),y)
WAYLAND_KMS_DEPENDENCIES += mesa3d
endif

ifeq (S(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
ifeq ($(BR2_PACKAGE_MESA3D_ETNA_VIV),y)
WAYLAND_KMS_DEPENDENCIES += mesa3d-etna_viv
endif

Expand Down
2 changes: 1 addition & 1 deletion rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rm -f dl/sdl2-*.tar.gz

# Perform the build.
echo "Starting build..."
make
make -j5

# Create packages.
echo "Creating packages..."
Expand Down

0 comments on commit 59e7cdf

Please sign in to comment.