Skip to content

Commit

Permalink
refactor: use envrionment.d for global variables
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Jan 8, 2025
1 parent 27d0023 commit e72d461
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion debian/radxa-system-config-rk3399.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
radxa-system-config-rk3399/etc /
radxa-system-config-rk3399/usr /
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/sh

# Show virtual keyboard even if no touch event
# https://github.com/maliit/keyboard/issues/104#issuecomment-1180427822
export KWIN_IM_SHOW_ALWAYS=1
KWIN_IM_SHOW_ALWAYS=1
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh

# Following environment variables are needed for
# gstreamer to decode 10-bit H.265 video
export GST_MPP_NO_RGA=0
export GST_MPP_DEC_DISABLE_NV12_10=1
GST_MPP_NO_RGA=0
GST_MPP_DEC_DISABLE_NV12_10=1

0 comments on commit e72d461

Please sign in to comment.