Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Support cmake to build and install #24

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

rzr
Copy link
Contributor

@rzr rzr commented Sep 30, 2021

This can help to support yocto

For the record I built it using

export CFLAGS='-I${sysroot}/usr/local/include/ -DLV_CONF_INCLUDE_SIMPLE=1'
cmake . && make && make install

Relate-to: lvgl/lvgl#2534
Signed-off-by: Philippe Coval philippe.coval@astrolabe.coop

This can help to support yocto

For the record I built it using

  export CFLAGS='-I${sysroot}/usr/local/include/ -DLV_CONF_INCLUDE_SIMPLE=1'
  cmake . && make && make install

Relate-to: lvgl/lvgl#2534
Forwarded: lvgl#24
Signed-off-by: Philippe Coval <philippe.coval@astrolabe.coop>
@rzr rzr force-pushed the sandbox/rzr/review/master branch from bfbe665 to 53d2332 Compare September 30, 2021 15:08
@kisvegabor
Copy link
Member

This repo was just merged into the main lvgl repo.
Is this update still required?

@rzr
Copy link
Contributor Author

rzr commented Oct 4, 2021

maybe not let me check again once my other cmake files changes are merged

@rzr
Copy link
Contributor Author

rzr commented Oct 4, 2021

well It's desirable for a project which is using only latest release, btw any roadmap for upcoming one ?

@rzr
Copy link
Contributor Author

rzr commented Oct 5, 2021

The reason is that default bitbake recipe curently relies on default settings (except wayland) so it could be helpful to support this as thirdparty lib until released.

Relate-to: lvgl/lvgl#2534
Cc: @embeddedt

@rzr
Copy link
Contributor Author

rzr commented Oct 12, 2021

Can this change be merged It wont cause any issue and I might upstream bitbake recipe since openembedded's lvgl uses default config with png disabled.

Relate-to: lvgl/lvgl#2534

@kisvegabor
Copy link
Member

Alright, merging.

well It's desirable for a project which is using only latest release, btw any roadmap for upcoming one ?

We are just thinking about fine-tuning our release policy (See lvgl/lvgl#2573)
Anyway, we got enough features for a new minor version but I'd like clarify the release policy topic first.

@kisvegabor kisvegabor merged commit bf1531a into lvgl:master Oct 12, 2021
@rzr
Copy link
Contributor Author

rzr commented Oct 13, 2021

May I request one last thing, can master branch be tagged ?

At worst case you can tag "v0.0.0" the intitial commit ae88a69

@kisvegabor
Copy link
Member

May I request one last thing

It doesn't have to be the last 🙂

I've tagged the the current HEAD with v8.0.2. Is it ok?

@rzr
Copy link
Contributor Author

rzr commented Oct 13, 2021

perfect, let's track this openembedded/meta-openembedded#454

BTW, feel to remind me to update other recipes if I miss new tags on packaged projects in OE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants