[clockframe] put platform select setting into clockFrame process
This commit is contained in:
parent
6e51825c8d
commit
e2cbd676a6
|
@ -41,7 +41,7 @@ define Build/Prepare
|
|||
$(CP) -r ./C1-windows/Frames/* $(PKG_BUILD_DIR)/
|
||||
rm -rf $(PKG_BUILD_DIR)/main.cpp
|
||||
$(CP) -r ./src/* $(PKG_BUILD_DIR)/
|
||||
$(CP) clockFrameQt.sh $(PKG_BUILD_DIR)/clockFrame
|
||||
$(CP) clockFrame.sh $(PKG_BUILD_DIR)/clockFrame
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
|
10
package/netease/clockFrame/clockFrameQt.sh → package/netease/clockFrame/clockFrame.sh
Executable file → Normal file
10
package/netease/clockFrame/clockFrameQt.sh → package/netease/clockFrame/clockFrame.sh
Executable file → Normal file
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
source /etc/qt-env.sh
|
||||
democlock -platform linuxfb
|
||||
#democlock -platform eglfs
|
||||
#!/bin/sh
|
||||
|
||||
source /etc/qt-env.sh
|
||||
democlock -platform linuxfb
|
||||
#democlock -platform eglfs
|
Loading…
Reference in New Issue